Home
last modified time | relevance | path

Searched refs:AddCauseProtos (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dscudo.h38 void AddCauseProtos(Tombstone* tombstone, unwindstack::Unwinder* unwinder) const;
H A Dgwp_asan.h75 void AddCauseProtos(Tombstone* tombstone, unwindstack::Unwinder* unwinder) const;
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dscudo.cpp126 void ScudoCrashData::AddCauseProtos(Tombstone* tombstone, unwindstack::Unwinder* unwinder) const { in AddCauseProtos() function in ScudoCrashData
H A Dtombstone_proto.cpp190 scudo_crash_data.AddCauseProtos(tombstone, unwinder); in dump_probable_cause()
197 gwp_asan_crash_data.AddCauseProtos(tombstone, unwinder); in dump_probable_cause()
H A Dgwp_asan.cpp106 void GwpAsanCrashData::AddCauseProtos(Tombstone* tombstone, unwindstack::Unwinder* unwinder) const { in AddCauseProtos() function in GwpAsanCrashData