Home
last modified time | relevance | path

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

/system/unwinding/libbacktrace/
DUnwindStackMap.h51 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() override final;
DUnwindStackMap.cpp145 std::shared_ptr<unwindstack::Memory> UnwindStackMap::GetProcessMemory() { in GetProcessMemory() function in UnwindStackMap
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp258 std::shared_ptr<unwindstack::Memory>& process_memory = unwinder->GetProcessMemory(); in dump_all_maps()
389 dump_signal_info(log, thread_info, process_info, unwinder->GetProcessMemory().get()); in dump_thread()
395 gwp_asan_crash_data = std::make_unique<GwpAsanCrashData>(unwinder->GetProcessMemory().get(), in dump_thread()
398 std::make_unique<ScudoCrashData>(unwinder->GetProcessMemory().get(), process_info); in dump_thread()
408 dump_abort_message(log, unwinder->GetProcessMemory().get(), process_info.abort_msg_address); in dump_thread()
440 dump_memory_and_code(log, maps, unwinder->GetProcessMemory().get(), in dump_thread()
Dtombstone_proto.cpp188 ScudoCrashData scudo_crash_data(unwinder->GetProcessMemory().get(), process_info); in dump_probable_cause()
194 GwpAsanCrashData gwp_asan_crash_data(unwinder->GetProcessMemory().get(), process_info, in dump_probable_cause()
242 std::shared_ptr<unwindstack::Memory> process_memory = unwinder->GetProcessMemory(); in dump_abort_message()
347 unwindstack::Memory* memory = unwinder->GetProcessMemory().get(); in dump_thread()
439 std::shared_ptr<unwindstack::Memory> process_memory = unwinder->GetProcessMemory(); in dump_mappings()
560 unwindstack::Memory* memory = unwinder->GetProcessMemory().get(); in dump_tags_around_fault_addr()
/system/unwinding/libunwindstack/tools/
Dunwind_for_offline.cpp280 SaveMapInformation(unwinder.GetProcessMemory(), info, &file_copied); in SaveData()
290 SaveMapInformation(unwinder.GetProcessMemory(), info, &file_copied); in SaveData()
/system/unwinding/libbacktrace/include/backtrace/
DBacktraceMap.h122 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() { return nullptr; } in GetProcessMemory() function
/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h106 std::shared_ptr<Memory>& GetProcessMemory() { return process_memory_; } in GetProcessMemory() function
/system/core/debuggerd/
Dcrash_dump.cpp626 populate_fdsan_table(&open_files, unwinder.GetProcessMemory(), in main()
/system/unwinding/libunwindstack/tests/
DUnwinderTest.cpp1757 ASSERT_EQ(process_memory.get(), unwinder.GetProcessMemory().get()); in TEST_F()