Home
last modified time | relevance | path

Searched refs:Tombstone (Results 1 – 10 of 10) sorted by relevance

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtombstone.h36 class Tombstone; variable
63 void engrave_tombstone_proto(Tombstone* tombstone, unwindstack::Unwinder* unwinder,
68 const Tombstone& tombstone,
Dscudo.h27 class Tombstone; variable
38 void AddCauseProtos(Tombstone* tombstone, unwindstack::Unwinder* unwinder) const;
Dgwp_asan.h30 class Tombstone; variable
75 void AddCauseProtos(Tombstone* tombstone, unwindstack::Unwinder* unwinder) const;
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp44 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 …]
Dtombstone_proto.cpp186 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 …]
Dscudo.cpp126 void ScudoCrashData::AddCauseProtos(Tombstone* tombstone, unwindstack::Unwinder* unwinder) const { in AddCauseProtos()
Dgwp_asan.cpp106 void GwpAsanCrashData::AddCauseProtos(Tombstone* tombstone, unwindstack::Unwinder* unwinder) const { in AddCauseProtos()
Dtombstone.cpp614 Tombstone tombstone; in engrave_tombstone()
/system/core/debuggerd/
Dpbtombstone.cpp49 Tombstone tombstone; in main()
/system/core/debuggerd/proto/
Dtombstone.proto9 message Tombstone { message