[Lldb-commits] [PATCH] D108078: [lldb] Support gdbserver signals

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 18 17:03:48 PDT 2021


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp:1344
       "qEcho+",
+      "native-signals+",
   };
----------------
What about `debugserver`, I assume that would need to be updated as well? 


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

https://reviews.llvm.org/D108078



More information about the lldb-commits mailing list