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

  /external/google-breakpad/src/client/linux/minidump_writer/
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...]

Completed in 54 milliseconds