Home
last modified time | relevance | path

Searched refs:ScudoCrashData (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dscudo.h35 class ScudoCrashData {
37 ScudoCrashData() = delete;
38 ~ScudoCrashData() = default;
39 ScudoCrashData(unwindstack::Memory* process_memory, const ProcessInfo& process_info);
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dscudo.cpp37 ScudoCrashData::ScudoCrashData(unwindstack::Memory* process_memory, in ScudoCrashData() function in ScudoCrashData
84 bool ScudoCrashData::CrashIsMine() const { in CrashIsMine()
88 void ScudoCrashData::FillInCause(Cause* cause, const scudo_error_report* report, in FillInCause()
131 void ScudoCrashData::AddCauseProtos(Tombstone* tombstone, in AddCauseProtos()
H A Dtombstone_proto.cpp201 ScudoCrashData scudo_crash_data(unwinder->GetProcessMemory().get(), process_info); in dump_probable_cause()