This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from eb8ce5454 Add a newline to suppress compiler warnings. new 7672a32ec Provide a mechanism to do some pre-loading of symbols up front.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Core/Module.h | 2 ++ include/lldb/Symbol/SymbolFile.h | 2 ++ include/lldb/Symbol/Symtab.h | 1 + include/lldb/Target/Target.h | 4 ++++ .../test/lang/c/shared_lib/TestSharedLib.py | 21 +++++++++++++++++---- source/Core/Module.cpp | 16 ++++++++++++++++ source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 6 ++++++ source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 ++ source/Symbol/SymbolFile.cpp | 4 ++++ source/Symbol/Symtab.cpp | 5 +++++ source/Target/Target.cpp | 19 +++++++++++++++++++ 11 files changed, 78 insertions(+), 4 deletions(-)