Searched refs:LinuxCoreDumper (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_core_dumper.cc | 51 LinuxCoreDumper::LinuxCoreDumper(pid_t pid, in LinuxCoreDumper() function in google_breakpad::LinuxCoreDumper 62 bool LinuxCoreDumper::BuildProcPath(char* path, pid_t pid, in BuildProcPath() 83 bool LinuxCoreDumper::CopyFromProcess(void* dest, pid_t child, in CopyFromProcess() 98 bool LinuxCoreDumper::GetThreadInfoByIndex(size_t index, ThreadInfo* info) { in GetThreadInfoByIndex() 122 bool LinuxCoreDumper::IsPostMortem() const { in IsPostMortem() 126 bool LinuxCoreDumper::ThreadsSuspend() { in ThreadsSuspend() 130 bool LinuxCoreDumper::ThreadsResume() { in ThreadsResume() 134 bool LinuxCoreDumper::EnumerateThreads() { in EnumerateThreads()
|
D | linux_core_dumper_unittest.cc | 43 const LinuxCoreDumper dumper(getpid(), "core", "/tmp", "/mnt/root"); in TEST() 55 LinuxCoreDumper dumper(getpid(), "core_file", procfs_path); in TEST() 102 LinuxCoreDumper dumper(child_pid, core_file.c_str(), procfs_path.c_str()); in TEST() 167 LinuxCoreDumper dumper(child_pid, core_file.c_str(), procfs_path.c_str()); in TEST()
|
D | linux_core_dumper.h | 43 class LinuxCoreDumper : public LinuxDumper { 51 LinuxCoreDumper(pid_t pid, const char* core_path, const char* procfs_path,
|
/external/google-breakpad/src/tools/linux/core2md/ |
D | core2md.cc | 39 using google_breakpad::LinuxCoreDumper; 51 LinuxCoreDumper dumper(0, core_path, procfs_override); in WriteMinidumpFromCore()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 9020 FUNC 22374 24 0 google_breakpad::LinuxCoreDumper::~LinuxCoreDumper 9370 FUNC 22e5c 12 0 google_breakpad::LinuxCoreDumper::~LinuxCoreDumper 22006 FUNC 39b2e 4 0 google_breakpad::LinuxCoreDumper::IsPostMortem 22008 FUNC 39b2e 4 0 google_breakpad::LinuxCoreDumper::ThreadsResume 22009 FUNC 39b2e 4 0 google_breakpad::LinuxCoreDumper::ThreadsSuspend 29150 FUNC 45138 5a 0 google_breakpad::LinuxCoreDumper::BuildProcPath 29171 FUNC 45194 38 0 google_breakpad::LinuxCoreDumper::GetThreadInfoByIndex 29185 FUNC 451cc 22 0 google_breakpad::LinuxCoreDumper::CopyFromProcess 29205 FUNC 45230 50 0 google_breakpad::LinuxCoreDumper::LinuxCoreDumper 29259 FUNC 45350 1f4 0 google_breakpad::LinuxCoreDumper::EnumerateThreads
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 8950 FUNC 34924 34 0 google_breakpad::LinuxCoreDumper::~LinuxCoreDumper 9276 FUNC 35680 24 0 google_breakpad::LinuxCoreDumper::~LinuxCoreDumper 30662 FUNC 6705c 8 0 google_breakpad::LinuxCoreDumper::IsPostMortem 30664 FUNC 67064 8 0 google_breakpad::LinuxCoreDumper::ThreadsSuspend 30666 FUNC 6706c 8 0 google_breakpad::LinuxCoreDumper::ThreadsResume 30668 FUNC 67074 64 0 google_breakpad::LinuxCoreDumper::GetThreadInfoByIndex 30678 FUNC 670d8 54 0 google_breakpad::LinuxCoreDumper::CopyFromProcess 30690 FUNC 6712c b4 0 google_breakpad::LinuxCoreDumper::BuildProcPath 30725 FUNC 67270 84 0 google_breakpad::LinuxCoreDumper::LinuxCoreDumper 30779 FUNC 67484 2b4 0 google_breakpad::LinuxCoreDumper::EnumerateThreads [all …]
|