aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
diff options
context:
space:
mode:
authorMichał Górny <mgorny@moritz.systems>2022-01-28 09:18:14 +0100
committerMichał Górny <mgorny@moritz.systems>2022-01-28 10:15:52 +0100
commit59a3f65f5ed6b25b584d504fe4cf8473d4029ff3 (patch)
treec4db504110d0d5558ab9b2a8693b406d70fbab7e /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
parentd1c124e6e7006ff5597981f8adcb48b2e26b110d (diff)
downloadllvm-59a3f65f5ed6b25b584d504fe4cf8473d4029ff3.zip
llvm-59a3f65f5ed6b25b584d504fe4cf8473d4029ff3.tar.gz
llvm-59a3f65f5ed6b25b584d504fe4cf8473d4029ff3.tar.bz2
Revert "[lldb] [gdb-remote] Support getting siginfo via API"
This reverts commit 1a8f60f5f5b8638a3e8e7fb31ba7ae9e17a7ff2d. The API requires further work.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
index 58ed221..c69c33b 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
@@ -337,8 +337,6 @@ public:
bool GetQXferMemoryMapReadSupported();
- bool GetQXferSigInfoReadSupported();
-
LazyBool SupportsAllocDeallocMemory() // const
{
// Uncomment this to have lldb pretend the debug server doesn't respond to
@@ -553,7 +551,6 @@ protected:
LazyBool m_supports_qXfer_libraries_svr4_read = eLazyBoolCalculate;
LazyBool m_supports_qXfer_features_read = eLazyBoolCalculate;
LazyBool m_supports_qXfer_memory_map_read = eLazyBoolCalculate;
- LazyBool m_supports_qXfer_siginfo_read = eLazyBoolCalculate;
LazyBool m_supports_augmented_libraries_svr4_read = eLazyBoolCalculate;
LazyBool m_supports_jThreadExtendedInfo = eLazyBoolCalculate;
LazyBool m_supports_jLoadedDynamicLibrariesInfos = eLazyBoolCalculate;