[Lldb-commits] [PATCH] D68293: [android/process list] support showing process arguments

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 15 12:13:57 PDT 2019


wallace updated this revision to Diff 225097.
wallace added a comment.

Addressed comments. It turns out from the definition of ProcessInfo that Arguments shuoldn't contain arg0, so I updated the code accordingly.
I ran the test suite locally and I didn't see any failure caused due to that, so it should be okay.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68293/new/

https://reviews.llvm.org/D68293

Files:
  lldb/docs/lldb-gdb-remote.txt
  lldb/packages/Python/lldbsuite/test/commands/platform/process/Makefile
  lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
  lldb/packages/Python/lldbsuite/test/commands/platform/process/main.cpp
  lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestPlatformClient.py
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  lldb/source/Utility/ProcessInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68293.225097.patch
Type: text/x-patch
Size: 43842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191015/b0876f27/attachment-0001.bin>


More information about the lldb-commits mailing list