diff options
author | Michał Górny <mgorny@moritz.systems> | 2022-01-28 09:18:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@moritz.systems> | 2022-01-28 10:15:52 +0100 |
commit | 59a3f65f5ed6b25b584d504fe4cf8473d4029ff3 (patch) | |
tree | c4db504110d0d5558ab9b2a8693b406d70fbab7e /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | |
parent | d1c124e6e7006ff5597981f8adcb48b2e26b110d (diff) | |
download | llvm-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.h | 3 |
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; |