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

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Aug 15 03:51:17 PDT 2021


mgorny updated this revision to Diff 366487.
mgorny edited the summary of this revision.
mgorny added a comment.

Added client tests for GDB and LLDB signal variants. Moved signal init into `DidLaunchOrAttach`, in order to have normalized target triple already (needed for correct os-name in test).


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

https://reviews.llvm.org/D108078

Files:
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
  lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp
  lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108078.366487.patch
Type: text/x-patch
Size: 13969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210815/11c314ed/attachment.bin>


More information about the lldb-commits mailing list