HomeSort by relevance Sort by last modified time
    Searched refs:SoftSignal (Results 1 - 4 of 4) sorted by null

  /external/lldb/tools/debugserver/source/MacOSX/
MachException.h 76 // Return the SoftSignal for this MachException data, or zero if there is none
77 int SoftSignal() const
MachException.cpp 225 int soft_signal = SoftSignal();
259 int soft_signal = SoftSignal();
368 int soft_signal = state.SoftSignal();
455 int soft_signal = SoftSignal();
MachThreadList.cpp 603 if (m_threads[idx]->GetStopException().SoftSignal () == signo)
MachProcess.cpp     [all...]

Completed in 97 milliseconds