diff options
Diffstat (limited to 'include/lldb/API/SBThread.h')
-rw-r--r-- | include/lldb/API/SBThread.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/lldb/API/SBThread.h b/include/lldb/API/SBThread.h index d062d7121303..6542dca1f95a 100644 --- a/include/lldb/API/SBThread.h +++ b/include/lldb/API/SBThread.h @@ -202,7 +202,10 @@ public: GetStatus (lldb::SBStream &status) const; SBThread - GetExtendedBacktrace (const char *type); + GetExtendedBacktraceThread (const char *type); + + uint32_t + GetExtendedBacktraceOriginatingIndexID (); protected: friend class SBBreakpoint; |