Home
last modified time | relevance | path

Searched refs:abort_msg_address (Results 1 – 4 of 4) sorted by relevance

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtombstone.h50 uint64_t abort_msg_address, std::string* amfd_data);
52 void engrave_tombstone_ucontext(int tombstone_fd, uint64_t abort_msg_address, siginfo_t* siginfo,
57 uint64_t abort_msg_address, OpenFilesList* open_files,
/system/core/debuggerd/
Dcrash_dump.cpp256 std::unique_ptr<unwindstack::Regs>* regs, uintptr_t* abort_msg_address, in ReadCrashInfo() argument
291 *abort_msg_address = crash_info->data.v1.abort_msg_address; in ReadCrashInfo()
416 uintptr_t abort_msg_address = 0; in main() local
478 ReadCrashInfo(input_pipe, &siginfo, &info.registers, &abort_msg_address, in main()
594 abort_msg_address, &open_files, &amfd_data); in main()
Dprotocol.h91 uintptr_t abort_msg_address; member
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp441 uint64_t abort_msg_address, bool primary_thread) { in dump_thread() argument
454 dump_abort_message(log, unwinder->GetProcessMemory().get(), abort_msg_address); in dump_thread()
617 void engrave_tombstone_ucontext(int tombstone_fd, uint64_t abort_msg_address, siginfo_t* siginfo, in engrave_tombstone_ucontext() argument
654 engrave_tombstone(unique_fd(dup(tombstone_fd)), &unwinder, threads, tid, abort_msg_address, in engrave_tombstone_ucontext()
660 uint64_t abort_msg_address, OpenFilesList* open_files, in engrave_tombstone() argument
679 dump_thread(&log, unwinder, it->second, abort_msg_address, true); in engrave_tombstone()