Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp1367 ThreadSP exception_thread_sp = thread_sp->GetCurrentExceptionBacktrace(); in HandleOneThread() local
1368 if (exception_thread_sp && exception_thread_sp->IsValid()) { in HandleOneThread()
1371 exception_thread_sp->GetStatus(strm, 0, UINT32_MAX, in HandleOneThread()