summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/NativeThreadProtocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Host/common/NativeThreadProtocol.h')
-rw-r--r--lldb/source/Host/common/NativeThreadProtocol.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lldb/source/Host/common/NativeThreadProtocol.h b/lldb/source/Host/common/NativeThreadProtocol.h
index 15ecffe8b82..954ffb36a94 100644
--- a/lldb/source/Host/common/NativeThreadProtocol.h
+++ b/lldb/source/Host/common/NativeThreadProtocol.h
@@ -53,10 +53,7 @@ namespace lldb_private
RestoreAllRegisters (lldb::DataBufferSP &data_sp);
virtual bool
- GetStopReason (ThreadStopInfo &stop_info) = 0;
-
- virtual uint32_t
- TranslateStopInfoToGdbSignal (const ThreadStopInfo &stop_info) const;
+ GetStopReason (ThreadStopInfo &stop_info, std::string& description) = 0;
lldb::tid_t
GetID() const
OpenPOWER on IntegriCloud