Home
last modified time | relevance | path

Searched defs:CrashedProcess (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc280 struct CrashedProcess { struct
281 CrashedProcess() in CrashedProcess() function
290 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 …]