Home
last modified time | relevance | path

Searched refs:GetProcessMemory (Results 1 – 8 of 8) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp250 std::shared_ptr<unwindstack::Memory>& process_memory = unwinder->GetProcessMemory(); in dump_all_maps()
381 dump_signal_info(log, thread_info, process_info, unwinder->GetProcessMemory().get()); in dump_thread()
387 gwp_asan_crash_data = std::make_unique<GwpAsanCrashData>(unwinder->GetProcessMemory().get(), in dump_thread()
390 std::make_unique<ScudoCrashData>(unwinder->GetProcessMemory().get(), process_info); in dump_thread()
401 dump_abort_message(log, unwinder->GetProcessMemory().get(), process_info.abort_msg_address); in dump_thread()
429 dump_memory_and_code(log, maps, unwinder->GetProcessMemory().get(), in dump_thread()
/system/core/libbacktrace/
DUnwindStackMap.h51 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() override final;
DUnwindStackMap.cpp131 std::shared_ptr<unwindstack::Memory> UnwindStackMap::GetProcessMemory() { in GetProcessMemory() function in UnwindStackMap
/system/core/libunwindstack/tools/
Dunwind_for_offline.cpp284 SaveMapInformation(unwinder.GetProcessMemory(), info, &file_copied); in SaveData()
294 SaveMapInformation(unwinder.GetProcessMemory(), info, &file_copied); in SaveData()
/system/core/libbacktrace/include/backtrace/
DBacktraceMap.h122 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() { return nullptr; } in GetProcessMemory() function
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h97 std::shared_ptr<Memory>& GetProcessMemory() { return process_memory_; } in GetProcessMemory() function
/system/core/libunwindstack/
DUnwinder.cpp409 Elf* elf = map_info->GetElf(GetProcessMemory(), arch); in BuildFrameFromPcOnly()
420 JitDebug jit_debug(GetProcessMemory()); in BuildFrameFromPcOnly()
/system/core/debuggerd/
Dcrash_dump.cpp600 populate_fdsan_table(&open_files, unwinder.GetProcessMemory(), in main()