OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStopException
(Results
1 - 3
of
3
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachThread.h
82
const MachException::Data&
GetStopException
() { return m_stop_exception; }
MachThreadList.cpp
69
return thread_sp->
GetStopException
().GetStopInfo(stop_info);
87
thread_sp->
GetStopException
().DumpStopReason();
347
if (m_threads[idx]->
GetStopException
().IsValid())
603
if (m_threads[idx]->
GetStopException
().SoftSignal () == signo)
MachThread.cpp
447
if (
GetStopException
().IsValid())
497
// See also MachThread::
GetStopException
().
Completed in 38 milliseconds