/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 274 dumper_->CopyFromProcess(*stack_copy, thread->thread_id, stack, in FillThreadStack() 367 dumper_->CopyFromProcess( in WriteThreadListStream() 435 dumper_->CopyFromProcess(data_copy, GetCrashThread(), iter->ptr, in WriteAppMemory() 661 if (!dumper_->CopyFromProcess(&ph, GetCrashThread(), phdr, sizeof(ph))) in WriteDSODebugStream() 687 if (!dumper_->CopyFromProcess(&dyn, GetCrashThread(), dynamic + i, in WriteDSODebugStream() 719 if (!dumper_->CopyFromProcess(&debug_entry, GetCrashThread(), r_debug, in WriteDSODebugStream() 725 if (!dumper_->CopyFromProcess(&map, GetCrashThread(), ptr, sizeof(map))) in WriteDSODebugStream() 745 if (!dumper_->CopyFromProcess(&map, GetCrashThread(), ptr, sizeof(map))) in WriteDSODebugStream() 751 dumper_->CopyFromProcess(filename, GetCrashThread(), map.l_name, in WriteDSODebugStream() 784 dumper_->CopyFromProcess(&dso_debug_data[0], GetCrashThread(), dynamic, in WriteDSODebugStream()
|
D | linux_ptrace_dumper.h | 59 virtual bool CopyFromProcess(void* dest, pid_t child, const void* src,
|
D | linux_core_dumper.h | 73 virtual bool CopyFromProcess(void* dest, pid_t child, const void* src,
|
D | linux_dumper.h | 106 virtual bool CopyFromProcess(void* dest, pid_t child, const void* src,
|
D | linux_core_dumper.cc | 77 bool LinuxCoreDumper::CopyFromProcess(void* dest, pid_t child, in CopyFromProcess() function in google_breakpad::LinuxCoreDumper
|
D | linux_ptrace_dumper.cc | 133 bool LinuxPtraceDumper::CopyFromProcess(void* dest, pid_t child, in CopyFromProcess() function in google_breakpad::LinuxPtraceDumper
|
D | linux_dumper.cc | 112 CopyFromProcess(linux_gate, pid_, in ElfFileIdentifierForMapping()
|
D | linux_ptrace_dumper_unittest.cc | 453 dumper.CopyFromProcess(&one_thread_id,
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer.cc | 218 dumper_->CopyFromProcess(*stack_copy, thread_id, stack, stack_len); in DumpThreadStack()
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 4346 FUNC c9b0 ac 0 google_breakpad::LinuxPtraceDumper::CopyFromProcess(void*, int, void const*, unsigne…
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 4420 FUNC cf10 ac 0 google_breakpad::LinuxPtraceDumper::CopyFromProcess(void*, int, void const*, unsigne…
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 29185 FUNC 451cc 22 0 google_breakpad::LinuxCoreDumper::CopyFromProcess 29784 FUNC 45f44 52 0 google_breakpad::LinuxPtraceDumper::CopyFromProcess
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 30678 FUNC 670d8 54 0 google_breakpad::LinuxCoreDumper::CopyFromProcess 31398 FUNC 68a98 a0 0 google_breakpad::LinuxPtraceDumper::CopyFromProcess
|