This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e45c2cf58 [lldb] move more things from python to cmake new 274316ed3 [android/process list] support showing process arguments
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: docs/lldb-gdb-remote.txt | 235 +++++++++++---------- .../process}/Makefile | 9 +- .../commands/platform/process/TestProcessList.py | 32 +++ .../test/commands/platform/process/main.cpp | 9 + .../gdb_remote_client/TestPlatformClient.py | 40 +++- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 20 ++ .../GDBRemoteCommunicationServerCommon.cpp | 9 + source/Utility/ProcessInfo.cpp | 10 +- 8 files changed, 234 insertions(+), 130 deletions(-) copy packages/Python/lldbsuite/test/commands/{expression/ir-interpreter-phi-nodes [...] create mode 100644 packages/Python/lldbsuite/test/commands/platform/process/TestPr [...] create mode 100644 packages/Python/lldbsuite/test/commands/platform/process/main.cpp