This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 84a60e069 [lldb] Avoid resource leak new a105d87cb [Testsuite] Get rid of most of the recursive shared library M [...] new ecdbe0074 Revert "[platform process list] add a flag for showing the pr [...] new 10027dd87 Remove constructor and unused method (NFC). new 90d2f68dc Replace static const StringRef with StringRef (NFC) new f6c8172ed Replace regex match with rfind (NFCish)
The 5 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/Symbol/ObjectFile.h | 2 +- .../test/commands/expression/top-level/Makefile | 11 +++--- .../test/commands/expression/top-level/dummy.mk | 4 --- .../test/commands/target/create-deps/Makefile | 16 ++++----- .../test/commands/target/create-deps/a.mk | 7 ---- .../lldbsuite/test/functionalities/exec/Makefile | 10 +++--- .../test/functionalities/exec/secondprog.mk | 4 --- .../gdb_remote_client/TestPlatformClient.py | 38 -------------------- .../gdb_remote_client/gdbclientutils.py | 28 ++------------- .../test/functionalities/jitloader_gdb/Makefile | 6 ++-- .../test/functionalities/jitloader_gdb/simple.mk | 4 --- .../test/functionalities/load_unload/Makefile | 36 ++++++++++--------- .../test/functionalities/load_unload/a.mk | 17 --------- .../test/functionalities/load_unload/b.mk | 7 ---- .../test/functionalities/load_unload/c.mk | 7 ---- .../test/functionalities/load_unload/d.mk | 9 ----- .../test/functionalities/load_using_paths/Makefile | 9 +++-- .../test/lang/cpp/namespace_definitions/Makefile | 20 +++++------ .../test/lang/cpp/namespace_definitions/a.mk | 5 --- .../test/lang/cpp/namespace_definitions/b.mk | 5 --- .../test/lang/objc/conflicting-definition/Makefile | 26 +++++++------- .../lang/objc/conflicting-definition/Test/Test.mk | 8 ----- .../objc/conflicting-definition/TestExt/TestExt.mk | 8 ----- .../test/macosx/lc-note/kern-ver-str/Makefile | 6 ++-- .../lc-note/kern-ver-str/create-empty-corefile.mk | 6 ---- .../Python/lldbsuite/test/macosx/macabi/Makefile | 9 ++--- .../Python/lldbsuite/test/macosx/macabi/dylib.mk | 6 ---- packages/Python/lldbsuite/test/make/Makefile.rules | 28 +++------------ .../test/tools/lldb-server/libraries-svr4/Makefile | 18 ++++++---- .../tools/lldb-server/libraries-svr4/svr4lib_a.mk | 7 ---- .../lldb-server/libraries-svr4/svr4lib_b_quote.mk | 7 ---- source/Commands/CommandObjectPlatform.cpp | 4 --- source/Commands/Options.td | 3 -- source/Interpreter/OptionValueBoolean.cpp | 6 ++-- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 4 +-- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 40 ++++++++-------------- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 3 +- source/Symbol/ObjectFile.cpp | 31 ++++++++--------- 38 files changed, 124 insertions(+), 341 deletions(-) delete mode 100644 packages/Python/lldbsuite/test/commands/expression/top-level/dummy.mk delete mode 100644 packages/Python/lldbsuite/test/commands/target/create-deps/a.mk delete mode 100644 packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk delete mode 100644 packages/Python/lldbsuite/test/functionalities/gdb_remote_clien [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/jitloader_gdb/simple.mk delete mode 100644 packages/Python/lldbsuite/test/functionalities/load_unload/a.mk delete mode 100644 packages/Python/lldbsuite/test/functionalities/load_unload/b.mk delete mode 100644 packages/Python/lldbsuite/test/functionalities/load_unload/c.mk delete mode 100644 packages/Python/lldbsuite/test/functionalities/load_unload/d.mk delete mode 100644 packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/a.mk delete mode 100644 packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/b.mk delete mode 100644 packages/Python/lldbsuite/test/lang/objc/conflicting-definition [...] delete mode 100644 packages/Python/lldbsuite/test/lang/objc/conflicting-definition [...] delete mode 100644 packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/crea [...] delete mode 100644 packages/Python/lldbsuite/test/macosx/macabi/dylib.mk delete mode 100644 packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4 [...] delete mode 100644 packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4 [...]