Revert "[lldb] [gdb-remote] Support getting siginfo via API"
authorMichał Górny <mgorny@moritz.systems>
Fri, 28 Jan 2022 08:18:14 +0000 (09:18 +0100)
committerMichał Górny <mgorny@moritz.systems>
Fri, 28 Jan 2022 09:15:52 +0000 (10:15 +0100)
commit59a3f65f5ed6b25b584d504fe4cf8473d4029ff3
treec4db504110d0d5558ab9b2a8693b406d70fbab7e
parentd1c124e6e7006ff5597981f8adcb48b2e26b110d
Revert "[lldb] [gdb-remote] Support getting siginfo via API"

This reverts commit 1a8f60f5f5b8638a3e8e7fb31ba7ae9e17a7ff2d.
The API requires further work.
12 files changed:
lldb/bindings/interface/SBThread.i
lldb/include/lldb/API/SBPlatform.h
lldb/include/lldb/API/SBTarget.h
lldb/include/lldb/API/SBThread.h
lldb/include/lldb/API/SBType.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