This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8ad521b90 [lldbsuite] Fix TestBreakpointHitCount on Windows new 74168725d Add a way to load an image using a library name and list of paths.
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/API/SBProcess.h | 34 +++++ include/lldb/Target/Platform.h | 38 +++++- .../{load_unload => load_using_paths}/.categories | 0 .../test/functionalities/load_using_paths/Makefile | 13 ++ .../load_using_paths/TestLoadUsingPaths.py | 126 +++++++++++++++++++ .../hidden/Makefile | 4 +- .../{load_unload => load_using_paths}/hidden/d.cpp | 0 .../{format/main.c => load_using_paths/main.cpp} | 7 +- scripts/interface/SBProcess.i | 13 ++ source/API/SBProcess.cpp | 51 ++++++++ source/Expression/FunctionCaller.cpp | 6 +- source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 138 +++++++++++++++++++-- source/Plugins/Platform/POSIX/PlatformPOSIX.h | 4 +- source/Target/Platform.cpp | 29 ++++- 14 files changed, 439 insertions(+), 24 deletions(-) copy packages/Python/lldbsuite/test/functionalities/{load_unload => load_using_pat [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/load_using_paths [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/load_using_paths [...] copy packages/Python/lldbsuite/test/functionalities/{load_unload => load_using_pat [...] copy packages/Python/lldbsuite/test/functionalities/{load_unload => load_using_pat [...] copy packages/Python/lldbsuite/test/functionalities/{format/main.c => load_using_p [...]