[Lldb-commits] [PATCH] D118055: [lldb] [gdb-remote] Support getting siginfo via API

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 24 09:55:21 PST 2022


mgorny created this revision.
mgorny added reviewers: jingham, labath, emaste, krytarowski.
mgorny requested review of this revision.

Add Thread::GetSiginfo() and SBThread::GetSiginfo() methods to retrieve
the siginfo value from server.


https://reviews.llvm.org/D118055

Files:
  lldb/bindings/interface/SBThread.i
  lldb/include/lldb/API/SBThread.h
  lldb/include/lldb/Target/Thread.h
  lldb/source/API/SBThread.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
  lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
  lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118055.402576.patch
Type: text/x-patch
Size: 10276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220124/d8e90eed/attachment.bin>


More information about the lldb-commits mailing list