This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from c243457 [CMake] Adding API dependency on Utility new cce4eba FindFunctions now works again with mangled names.
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: .../name_lookup}/Makefile | 0 .../test/python_api/name_lookup/TestNameLookup.py | 65 ++++++++++++++++++++++ .../lldbsuite/test/python_api/name_lookup/main.cpp | 54 ++++++++++++++++++ source/Core/Module.cpp | 49 +++++++++------- source/Symbol/Symtab.cpp | 5 ++ 5 files changed, 153 insertions(+), 20 deletions(-) copy packages/Python/lldbsuite/test/{api/check_public_api_headers => python_api/na [...] create mode 100644 packages/Python/lldbsuite/test/python_api/name_lookup/TestNameL [...] create mode 100644 packages/Python/lldbsuite/test/python_api/name_lookup/main.cpp