[Lldb-commits] [PATCH] D108078: [lldb] Support gdbserver signals
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 19 00:40:50 PDT 2021
mgorny marked an inline comment as done.
mgorny added inline comments.
================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp:1344
"qEcho+",
+ "native-signals+",
};
----------------
JDevlieghere wrote:
> What about `debugserver`, I assume that would need to be updated as well?
I've attempted doing that. Please lemme know if that's ok.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108078/new/
https://reviews.llvm.org/D108078
More information about the lldb-commits
mailing list