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

  /system/core/include/cutils/
debugger.h 47 uintptr_t abort_msg_address; member in struct:__anon81072
56 uint32_t abort_msg_address; member in struct:__anon81073
  /system/core/debuggerd/
tombstone.h 27 uintptr_t abort_msg_address,
debuggerd.cpp 52 uintptr_t abort_msg_address; member in struct:debugger_request_t
166 out_request->abort_msg_address = msg.abort_msg_address;
254 request.abort_msg_address, true,
290 request.abort_msg_address, !attach_gdb,
tombstone.cpp 601 uintptr_t abort_msg_address, bool dump_sibling_threads,
630 dump_abort_message(backtrace.get(), log, abort_msg_address);
739 uintptr_t abort_msg_address, bool dump_sibling_threads,
773 *detach_failed = dump_crash(&log, pid, tid, signal, original_si_code, abort_msg_address,
  /bionic/linker/
debugger.cpp 66 uintptr_t abort_msg_address; member in struct:debugger_msg_t
232 msg.abort_msg_address = reinterpret_cast<uintptr_t>(g_abort_message);

Completed in 1044 milliseconds