Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtypes.h53 bool has_fault_address = false; member
/system/core/debuggerd/proto/
Dtombstone.proto57 bool has_fault_address = 8; field
/system/core/debuggerd/libdebuggerd/
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()
Dscudo.cpp39 if (!process_info.has_fault_address) { in ScudoCrashData()
Dgwp_asan.cpp78 if (process_info.has_fault_address) { in GwpAsanCrashData()
Dtombstone.cpp156 if (process_info.has_fault_address) { in dump_signal_info()
444 if (process_info.has_fault_address) { in dump_thread()
Dtombstone_proto.cpp653 if (process_info.has_fault_address) { in engrave_tombstone_proto()
/system/core/debuggerd/
Dcrash_dump.cpp314 process_info->has_fault_address = true; in ReadCrashInfo()