[all-commits] [llvm/llvm-project] ac666d: [lldb] [gdb-remote] Support getting siginfo via API

Michał Górny via All-commits all-commits at lists.llvm.org
Fri Jan 28 08:48:12 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ac666d1799c45a1ecd59f7503e1fc649deffd4d4
      https://github.com/llvm/llvm-project/commit/ac666d1799c45a1ecd59f7503e1fc649deffd4d4
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2022-01-28 (Fri, 28 Jan 2022)

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

  Log Message:
  -----------
  [lldb] [gdb-remote] Support getting siginfo via API

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

Differential Revision: https://reviews.llvm.org/D118055




More information about the All-commits mailing list