Home
last modified time | relevance | path

Searched refs:scudo_ring_buffer (Results 1 – 6 of 6) sorted by relevance

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtypes.h54 uintptr_t scudo_ring_buffer = 0; member
/system/core/debuggerd/
Dprotocol.h100 uintptr_t scudo_ring_buffer; member
Dcrash_dump.cpp337 process_info->scudo_ring_buffer = crash_info->data.d.scudo_ring_buffer; in ReadCrashInfo()
/system/core/debuggerd/include/debuggerd/
Dhandler.h47 const char* scudo_ring_buffer; member
/system/core/debuggerd/libdebuggerd/
Dscudo.cpp50 ring_buffer = AllocAndReadFully(process_memory, process_info.scudo_ring_buffer, in ScudoCrashData()
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp392 ASSERT_SAME_OFFSET(scudo_ring_buffer, scudo_ring_buffer); in debuggerd_dispatch_pseudothread()