Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc68 dumper_(dumper), in MicrodumpWriter()
76 ~MicrodumpWriter() { dumper_->ThreadsResume(); } in ~MicrodumpWriter()
83 if (!dumper_->Init() || !log_line_) in Init()
85 return dumper_->ThreadsSuspend(); in Init()
97 dumper_->ThreadsResume(); in Dump()
198 if (!dumper_->GetStackInfo(&stack, &stack_len, stack_pointer)) { in DumpThreadStack()
218 dumper_->CopyFromProcess(*stack_copy, thread_id, stack, stack_len); in DumpThreadStack()
237 const unsigned num_threads = dumper_->threads().size(); in DumpCrashingThread()
242 thread.thread_id = dumper_->threads()[i]; in DumpCrashingThread()
245 if (static_cast<pid_t>(thread.thread_id) != dumper_->crash_thread()) in DumpCrashingThread()
[all …]
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc138 dumper_(dumper), in MinidumpWriter()
140 memory_blocks_(dumper_->allocator()), in MinidumpWriter()
149 if (!dumper_->Init()) in Init()
157 return dumper_->ThreadsSuspend(); in Init()
165 dumper_->ThreadsResume(); in ~MinidumpWriter()
256 dumper_->ThreadsResume(); in Dump()
265 if (dumper_->GetStackInfo(&stack, &stack_len, stack_pointer)) { in FillThreadStack()
274 dumper_->CopyFromProcess(*stack_copy, thread->thread_id, stack, in FillThreadStack()
291 const unsigned num_threads = dumper_->threads().size(); in WriteThreadListStream()
320 thread.thread_id = dumper_->threads()[i]; in WriteThreadListStream()
[all …]
/external/google-breakpad/src/common/mac/
Ddump_syms.mm392 : dumper_(dumper),
402 const DumpSymbols &dumper_;
421 dumper_.ReadCFI(module_, reader_, eh_frame->second, true);
429 if (!dumper_.ReadDwarf(module_, reader_, section_map,
439 dumper_.ReadCFI(module_, reader_, debug_frame->second, false);