HomeSort by relevance Sort by last modified time
    Searched refs:LinuxDumper (Results 1 - 9 of 9) sorted by null

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.h 31 // class, which is derived from google_breakpad::LinuxDumper to extract
33 // This class was originally splitted from google_breakpad::LinuxDumper.
42 class LinuxPtraceDumper : public LinuxDumper {
48 // Implements LinuxDumper::BuildProcPath().
55 // Implements LinuxDumper::CopyFromProcess().
62 // Implements LinuxDumper::GetThreadInfoByIndex().
67 // Implements LinuxDumper::IsPostMortem().
72 // Implements LinuxDumper::ThreadsSuspend().
76 // Implements LinuxDumper::ThreadsResume().
81 // Implements LinuxDumper::EnumerateThreads()
    [all...]
linux_core_dumper.h 31 // class, which is derived from google_breakpad::LinuxDumper to extract
43 class LinuxCoreDumper : public LinuxDumper {
52 // Implements LinuxDumper::BuildProcPath().
67 // Implements LinuxDumper::CopyFromProcess().
76 // Implements LinuxDumper::GetThreadInfoByIndex().
81 // Implements LinuxDumper::IsPostMortem().
86 // Implements LinuxDumper::ThreadsSuspend().
92 // Implements LinuxDumper::ThreadsResume().
99 // Implements LinuxDumper::EnumerateThreads().
linux_dumper.h 30 // linux_dumper.h: Define the google_breakpad::LinuxDumper class, which
70 class LinuxDumper {
72 explicit LinuxDumper(pid_t pid);
74 virtual ~LinuxDumper();
linux_dumper.cc 30 // linux_dumper.cc: Implement google_breakpad::LinuxDumper.
75 LinuxDumper::LinuxDumper(pid_t pid)
88 LinuxDumper::~LinuxDumper() {
91 bool LinuxDumper::Init() {
96 LinuxDumper::ElfFileIdentifierForMapping(const MappingInfo& mapping,
223 void LinuxDumper::GetMappingEffectiveNameAndPath(const MappingInfo& mapping,
257 bool LinuxDumper::ReadAuxv() {
283 bool LinuxDumper::EnumerateMappings()
    [all...]
minidump_writer.h 120 LinuxDumper* dumper);
linux_core_dumper.cc 49 : LinuxDumper(pid),
linux_ptrace_dumper.cc 32 // This class was originally splitted from google_breakpad::LinuxDumper.
107 : LinuxDumper(pid),
minidump_writer.cc 43 // a canonical instance in the LinuxDumper object. We use the placement
88 using google_breakpad::LinuxDumper;
131 LinuxDumper* dumper)
569 LinuxDumper::GetMappingEffectiveNameAndPath(
    [all...]
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 48 using google_breakpad::LinuxDumper;
63 LinuxDumper* dumper)
313 LinuxDumper::GetMappingEffectiveNameAndPath(
368 LinuxDumper* dumper_;

Completed in 168 milliseconds