Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtypes.h51 uintptr_t scudo_ring_buffer = 0; member
/system/core/debuggerd/
Dprotocol.h100 uintptr_t scudo_ring_buffer; member
Dcrash_dump.cpp306 process_info->scudo_ring_buffer = crash_info->data.d.scudo_ring_buffer; in ReadCrashInfo()
/system/core/debuggerd/include/debuggerd/
Dhandler.h45 const char* scudo_ring_buffer; member
/system/core/debuggerd/libdebuggerd/
Dscudo.cpp47 auto ring_buffer = AllocAndReadFully(process_memory, process_info.scudo_ring_buffer, in ScudoCrashData()