diff options
Diffstat (limited to 'lldb/include/lldb/API/SBThread.h')
-rw-r--r-- | lldb/include/lldb/API/SBThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/API/SBThread.h b/lldb/include/lldb/API/SBThread.h index d2d7346e283..d062d712130 100644 --- a/lldb/include/lldb/API/SBThread.h +++ b/lldb/include/lldb/API/SBThread.h @@ -202,7 +202,7 @@ public: GetStatus (lldb::SBStream &status) const; SBThread - GetThreadOriginExtendedBacktrace (const char *type); + GetExtendedBacktrace (const char *type); protected: friend class SBBreakpoint; |