Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dtypes.h53 bool has_fault_address = false; member
/aosp12/system/core/debuggerd/proto/
H A Dtombstone.proto57 bool has_fault_address = 8;
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp244 if (!signal.has_fault_address() || !signal.has_fault_adjacent_metadata()) { in print_tag_dump()
309 if (signal_info.has_fault_address()) { in print_main_thread()
H A Dscudo.cpp39 if (!process_info.has_fault_address) { in ScudoCrashData()
H A Dtombstone.cpp156 if (process_info.has_fault_address) { in dump_signal_info()
444 if (process_info.has_fault_address) { in dump_thread()
H A Dgwp_asan.cpp78 if (process_info.has_fault_address) { in GwpAsanCrashData()
H A Dtombstone_proto.cpp653 if (process_info.has_fault_address) { in engrave_tombstone_proto()
/aosp12/system/core/debuggerd/
H A Dcrash_dump.cpp314 process_info->has_fault_address = true; in ReadCrashInfo()