Home
last modified time | relevance | path

Searched refs:POSIXCrashStopInfo (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
DPOSIXStopInfo.cpp48 POSIXCrashStopInfo::~POSIXCrashStopInfo() { } in ~POSIXCrashStopInfo()
51 POSIXCrashStopInfo::GetStopReason() const in GetStopReason()
57 POSIXCrashStopInfo::GetDescription() in GetDescription()
DPOSIXStopInfo.h67 class POSIXCrashStopInfo
71 POSIXCrashStopInfo(POSIXThread &thread, uint32_t status, in POSIXCrashStopInfo() function
79 ~POSIXCrashStopInfo();
DPOSIXThread.cpp511 SetStopInfo (lldb::StopInfoSP(new POSIXCrashStopInfo(*this, signo, in CrashNotify()