diff options
Diffstat (limited to 'include/lldb/API/SBThread.h')
| -rw-r--r-- | include/lldb/API/SBThread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lldb/API/SBThread.h b/include/lldb/API/SBThread.h index afc05d2c61ad..63816eef51b7 100644 --- a/include/lldb/API/SBThread.h +++ b/include/lldb/API/SBThread.h @@ -198,6 +198,10 @@ public: uint32_t GetExtendedBacktraceOriginatingIndexID(); + SBValue GetCurrentException(); + + SBThread GetCurrentExceptionBacktrace(); + bool SafeToCallFunctions(); #ifndef SWIG |
