Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dgwp_asan.h32 class GwpAsanCrashData {
34 GwpAsanCrashData() = delete;
35 ~GwpAsanCrashData() = default;
44 GwpAsanCrashData(unwindstack::Memory* process_memory, const ProcessInfo& process_info,
/system/core/debuggerd/libdebuggerd/
Dgwp_asan.cpp68 GwpAsanCrashData::GwpAsanCrashData(unwindstack::Memory* process_memory, in GwpAsanCrashData() function in GwpAsanCrashData
100 bool GwpAsanCrashData::CrashIsMine() const { in CrashIsMine()
106 void GwpAsanCrashData::AddCauseProtos(Tombstone* tombstone, unwindstack::Unwinder* unwinder) const { in AddCauseProtos()
165 void GwpAsanCrashData::DumpCause(log_t* log) const { in DumpCause()
217 bool GwpAsanCrashData::HasDeallocationTrace() const { in HasDeallocationTrace()
225 void GwpAsanCrashData::DumpDeallocationTrace(log_t* log, unwindstack::Unwinder* unwinder) const { in DumpDeallocationTrace()
247 bool GwpAsanCrashData::HasAllocationTrace() const { in HasAllocationTrace()
252 void GwpAsanCrashData::DumpAllocationTrace(log_t* log, unwindstack::Unwinder* unwinder) const { in DumpAllocationTrace()
Dtombstone.cpp392 std::unique_ptr<GwpAsanCrashData> gwp_asan_crash_data; in dump_thread()
395 gwp_asan_crash_data = std::make_unique<GwpAsanCrashData>(unwinder->GetProcessMemory().get(), in dump_thread()
Dtombstone_proto.cpp194 GwpAsanCrashData gwp_asan_crash_data(unwinder->GetProcessMemory().get(), process_info, in dump_probable_cause()
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp362 class GwpAsanCrashDataTest : public GwpAsanCrashData {
367 GwpAsanCrashData(nullptr, ProcessInfo{}, ThreadInfo{}) { in GwpAsanCrashDataTest()