Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachException.cpp179 int soft_signal = SoftSignal(); in GetStopInfo()
211 int soft_signal = SoftSignal(); in DumpStopReason()
301 int soft_signal = state.SoftSignal(); in Reply()
372 int soft_signal = SoftSignal(); in Dump()
DMachException.h63 int SoftSignal() const { in SoftSignal() function
DMachThreadList.cpp573 if (m_threads[idx]->GetStopException().SoftSignal() == signo) in GetThreadIndexForThreadStoppedWithSignal()
DMachProcess.mm2206 const int signo = m_exception_messages[i].state.SoftSignal();
/external/llvm-project/lldb/tools/debugserver/source/
DChangeLog631 * MachException.cpp (MachException::Data::GetStopInfo): Use new SoftSignal()
638 (SoftSignal): New function that returns the soft signal in the exception