Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp1362 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread() local
1363 if (exception_object_sp) { in HandleOneThread()
1364 exception_object_sp->Dump(strm); in HandleOneThread()
1415 ValueObjectSP exception_object_sp = thread_sp->GetSiginfoValue(); in HandleOneThread() local
1416 if (exception_object_sp) in HandleOneThread()
1417 exception_object_sp->Dump(strm); in HandleOneThread()