Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachException.cpp225 int soft_signal = SoftSignal(); in GetStopInfo()
259 int soft_signal = SoftSignal(); in DumpStopReason()
368 int soft_signal = state.SoftSignal(); in Reply()
455 int soft_signal = SoftSignal(); in Dump()
DMachException.h77 int SoftSignal() const in SoftSignal() function
DMachThreadList.cpp603 if (m_threads[idx]->GetStopException().SoftSignal () == signo) in GetThreadIndexForThreadStoppedWithSignal()
DMachProcess.cpp1111 const int signo = m_exception_messages[i].state.SoftSignal(); in ExceptionMessageBundleComplete()
/external/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