diff options
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index c7ac21d83ad..4794021908c 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h @@ -199,6 +199,9 @@ public: bool DeallocateMemory (lldb::addr_t addr); + bool + Detach (); + lldb_private::Error GetMemoryRegionInfo (lldb::addr_t addr, lldb_private::MemoryRegionInfo &range_info); @@ -232,6 +235,9 @@ public: bool GetHostname (std::string &s); + lldb::addr_t + GetShlibInfoAddr(); + bool GetSupportsThreadSuffix (); |