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

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 16 10:37:38 PDT 2019


wallace marked an inline comment as done.
wallace added inline comments.


================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp:1941
+            process_info.GetArguments().Clear();
+            process_info.SetArg0(" ");
+            break;
----------------
labath wrote:
> Why a single space? I can understand an empty string, but a `" "` seems very arbitrary...
that's indeed a typo...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68293





More information about the lldb-commits mailing list