Searched defs:CrashedProcess (Results 1 – 1 of 1) sorted by relevance
181 struct CrashedProcess { struct182 CrashedProcess() in CrashedProcess() argument191 struct Mapping {204 std::map<uint64_t, Mapping> mappings;206 pid_t crashing_tid;207 int fatal_signal;209 struct Thread {222 std::vector<Thread> threads;224 const uint8_t* auxv;225 size_t auxv_length;[all …]