This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d41c00f56 Fix a stack buffer overflow found by ASAN. new 7c1d5b1b7 Experiment with a larger packet timeout. new e7c909847 Rename Target::GetSharedModule to Target::GetOrCreateModule.
The 2 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/ModuleList.h | 67 +++++++++--- include/lldb/Target/Target.h | 57 +++++++++-- .../target-new-solib-notifications}/Makefile | 0 .../TestModuleLoadedNotifys.py | 114 +++++++++++++++++++++ .../target-new-solib-notifications/main.cpp | 6 ++ source/API/SBTarget.cpp | 5 +- source/Commands/CommandObjectTarget.cpp | 9 +- source/Core/DynamicLoader.cpp | 8 +- source/Core/ModuleList.cpp | 26 +++-- source/Expression/FunctionCaller.cpp | 3 +- .../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 2 +- .../Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp | 2 +- .../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 7 +- .../POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 3 +- .../Windows-DYLD/DynamicLoaderWindowsDYLD.cpp | 6 +- .../Process/Windows/Common/ProcessWindows.cpp | 3 +- source/Plugins/Process/elf-core/ProcessElfCore.cpp | 3 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 4 +- .../Plugins/Process/minidump/ProcessMinidump.cpp | 8 +- source/Target/Target.cpp | 39 +++++-- 20 files changed, 302 insertions(+), 70 deletions(-) copy packages/Python/lldbsuite/test/{api/check_public_api_headers => functionaliti [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/target-new-solib [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/target-new-solib [...]