HomeSort by relevance Sort by last modified time
    Searched refs:abort_msg_address (Results 1 - 4 of 4) sorted by null

  /system/core/debuggerd/libdebuggerd/include/libdebuggerd/
tombstone.h 43 const std::map<pid_t, std::string>& threads, uint64_t abort_msg_address,
46 void engrave_tombstone_ucontext(int tombstone_fd, uint64_t abort_msg_address, siginfo_t* siginfo,
52 uint64_t abort_msg_address, OpenFilesList* open_files,
  /system/core/debuggerd/
protocol.h 88 uintptr_t abort_msg_address; member in struct:CrashInfo
crash_dump.cpp 269 *abort_address = crash_info->abort_msg_address;
  /system/core/debuggerd/libdebuggerd/
tombstone.cpp 402 const ThreadInfo& thread_info, uint64_t abort_msg_address,
416 dump_abort_message(log, process_memory, abort_msg_address);
587 void engrave_tombstone_ucontext(int tombstone_fd, uint64_t abort_msg_address, siginfo_t* siginfo,
624 threads, tid, abort_msg_address, nullptr, nullptr); local
629 uint64_t abort_msg_address, OpenFilesList* open_files,
647 dump_thread(&log, map, process_memory, it->second, abort_msg_address, true);

Completed in 115 milliseconds