Searched refs:Tombstone (Results 1 – 10 of 10) sorted by relevance
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
D | tombstone.h | 36 class Tombstone; variable 63 void engrave_tombstone_proto(Tombstone* tombstone, unwindstack::Unwinder* unwinder, 68 const Tombstone& tombstone,
|
D | scudo.h | 27 class Tombstone; variable 38 void AddCauseProtos(Tombstone* tombstone, unwindstack::Unwinder* unwinder) const;
|
D | gwp_asan.h | 30 class Tombstone; variable 75 void AddCauseProtos(Tombstone* tombstone, unwindstack::Unwinder* unwinder) const;
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone_proto_to_text.cpp | 44 static const char* abi_string(const Tombstone& tombstone) { in abi_string() 59 static int pointer_width(const Tombstone& tombstone) { in pointer_width() 74 static void print_thread_header(CallbackType callback, const Tombstone& tombstone, in print_thread_header() 99 static void print_thread_registers(CallbackType callback, const Tombstone& tombstone, in print_thread_registers() 149 static void print_backtrace(CallbackType callback, const Tombstone& tombstone, in print_backtrace() 171 static void print_thread_backtrace(CallbackType callback, const Tombstone& tombstone, in print_thread_backtrace() 182 static void print_thread_memory_dump(CallbackType callback, const Tombstone& tombstone, in print_thread_memory_dump() 232 static void print_thread(CallbackType callback, const Tombstone& tombstone, const Thread& thread) { in print_thread() 239 static void print_tag_dump(CallbackType callback, const Tombstone& tombstone) { in print_tag_dump() 293 static void print_main_thread(CallbackType callback, const Tombstone& tombstone, in print_main_thread() [all …]
|
D | tombstone_proto.cpp | 186 static void dump_probable_cause(Tombstone* tombstone, unwindstack::Unwinder* unwinder, in dump_probable_cause() 240 static void dump_abort_message(Tombstone* tombstone, unwindstack::Unwinder* unwinder, in dump_abort_message() 277 static void dump_open_fds(Tombstone* tombstone, const OpenFilesList* open_files) { in dump_open_fds() 338 static void dump_thread(Tombstone* tombstone, unwindstack::Unwinder* unwinder, in dump_thread() 432 static void dump_main_thread(Tombstone* tombstone, unwindstack::Unwinder* unwinder, in dump_main_thread() 437 static void dump_mappings(Tombstone* tombstone, unwindstack::Unwinder* unwinder) { in dump_mappings() 468 static void dump_log_file(Tombstone* tombstone, const char* logger, pid_t pid) { in dump_log_file() 543 static void dump_logcat(Tombstone* tombstone, pid_t pid) { in dump_logcat() 548 static void dump_tags_around_fault_addr(Signal* signal, const Tombstone& tombstone, in dump_tags_around_fault_addr() 600 void engrave_tombstone_proto(Tombstone* tombstone, unwindstack::Unwinder* unwinder, in engrave_tombstone_proto() [all …]
|
D | scudo.cpp | 126 void ScudoCrashData::AddCauseProtos(Tombstone* tombstone, unwindstack::Unwinder* unwinder) const { in AddCauseProtos()
|
D | gwp_asan.cpp | 106 void GwpAsanCrashData::AddCauseProtos(Tombstone* tombstone, unwindstack::Unwinder* unwinder) const { in AddCauseProtos()
|
D | tombstone.cpp | 614 Tombstone tombstone; in engrave_tombstone()
|
/system/core/debuggerd/ |
D | pbtombstone.cpp | 49 Tombstone tombstone; in main()
|
/system/core/debuggerd/proto/ |
D | tombstone.proto | 9 message Tombstone { message
|