[Lldb-commits] [PATCH] D100261: [lldb] [gdb-remote server] Support selecting process via Hg

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 28 03:22:27 PDT 2021


mgorny added inline comments.


================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp:2130
+    return SendErrorResponse(llvm::make_error<StringError>(
+        inconvertibleErrorCode(), "No current process and no PID provided"));
+
----------------
rovka wrote:
> Just a drive-by comment: The previous behaviour was to send 0x15 when the current process ID was invalid. Should we do that here?
I've originally did that but it was kinda hackish and @labath didn't like it.


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

https://reviews.llvm.org/D100261



More information about the lldb-commits mailing list