Home
last modified time | relevance | path

Searched refs:GetCurrentExceptionBacktrace (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i395 even when the program is no longer at the throw site.") GetCurrentExceptionBacktrace;
397 GetCurrentExceptionBacktrace();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h207 SBThread GetCurrentExceptionBacktrace();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1338 SBThread SBThread::GetCurrentExceptionBacktrace() { in GetCurrentExceptionBacktrace() function in SBThread
1340 GetCurrentExceptionBacktrace); in GetCurrentExceptionBacktrace()
1347 SBThread(thread_sp->GetCurrentExceptionBacktrace())); in GetCurrentExceptionBacktrace()
1465 LLDB_REGISTER_METHOD(lldb::SBThread, SBThread, GetCurrentExceptionBacktrace, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1186 lldb::ThreadSP GetCurrentExceptionBacktrace();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2003 ThreadSP Thread::GetCurrentExceptionBacktrace() { in GetCurrentExceptionBacktrace() function in Thread
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1319 ThreadSP exception_thread_sp = thread_sp->GetCurrentExceptionBacktrace(); in HandleOneThread()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp55906 result = (arg1)->GetCurrentExceptionBacktrace(); in _wrap_SBThread_GetCurrentExceptionBacktrace()