Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1395 ThreadSP exception_thread_sp = thread_sp->GetCurrentExceptionBacktrace(); in HandleOneThread() local
1396 if (exception_thread_sp && exception_thread_sp->IsValid()) { in HandleOneThread()
1399 exception_thread_sp->GetStatus(strm, 0, UINT32_MAX, in HandleOneThread()