Searched defs:LinuxDumper (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_dumper.h30 // linux_dumper.h: Define the google_breakpad::LinuxDumper class, which
68 class LinuxDumper { class in namespace:google_breakpad
70 explicit LinuxDumper(pid_t pid);
72 virtual ~LinuxDumper();
H A Dlinux_dumper.cc30 // linux_dumper.cc: Implement google_breakpad::LinuxDumper.
75 LinuxDumper::LinuxDumper(pid_t pid) function in class:google_breakpad::LinuxDumper
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
[all...]

Completed in 101 milliseconds