[Lldb-commits] [PATCH] D100261: [lldb] [gdb-remote server] Support selecting process via Hg
Diana Picus via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 28 02:54:23 PDT 2021
rovka 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"));
+
----------------
Just a drive-by comment: The previous behaviour was to send 0x15 when the current process ID was invalid. Should we do that here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100261/new/
https://reviews.llvm.org/D100261
More information about the lldb-commits
mailing list