Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1236 lldb::ValueObjectSP GetSiginfoValue();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1348 return thread_sp->GetSiginfoValue(); in GetSiginfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2044 lldb::ValueObjectSP Thread::GetSiginfoValue() { in GetSiginfoValue() function in Thread
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1443 ValueObjectSP exception_object_sp = thread_sp->GetSiginfoValue(); in HandleOneThread()