Searched defs:CrashedProcess (Results 1 – 1 of 1) sorted by relevance
283 struct CrashedProcess { struct284 CrashedProcess() in CrashedProcess() argument293 struct Mapping {307 std::map<uint64_t, Mapping> mappings;309 int fatal_signal;311 struct Thread {331 std::vector<Thread> threads;332 Thread exception;334 const uint8_t* auxv;335 size_t auxv_length;[all …]