This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8997480a5 Skip test_lldbmi_var_update on Darwin. new 37590ade7 Extend 'target symbols add' to load symbols from a given module
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: .../lldbsuite/test/linux/add-symbols/Makefile | 12 +++++ .../add-symbols/TestTargetSymbolsAddCommand.py | 52 ++++++++++++++++++++++ .../Python/lldbsuite/test/linux/add-symbols/main.c | 6 +++ source/Commands/CommandObjectTarget.cpp | 13 ++++-- source/Interpreter/CommandObject.cpp | 2 +- 5 files changed, 80 insertions(+), 5 deletions(-) create mode 100644 packages/Python/lldbsuite/test/linux/add-symbols/Makefile create mode 100644 packages/Python/lldbsuite/test/linux/add-symbols/TestTargetSymb [...] create mode 100644 packages/Python/lldbsuite/test/linux/add-symbols/main.c