Searched defs:CrashedProcess (Results 1 – 1 of 1) sorted by relevance
280 struct CrashedProcess { struct281 CrashedProcess() in CrashedProcess() function290 struct Mapping {304 std::map<uint64_t, Mapping> mappings;306 pid_t crashing_tid;307 int fatal_signal;309 struct Thread {329 std::vector<Thread> threads;331 const uint8_t* auxv;332 size_t auxv_length;[all …]