Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtypes.h52 uintptr_t scudo_stack_depot = 0; member
/system/core/debuggerd/
Dprotocol.h98 uintptr_t scudo_stack_depot; member
Dcrash_dump.cpp334 process_info->scudo_stack_depot = crash_info->data.d.scudo_stack_depot; in ReadCrashInfo()
/system/core/debuggerd/include/debuggerd/
Dhandler.h45 const char* scudo_stack_depot; member
/system/core/debuggerd/libdebuggerd/
Dscudo.cpp55 stack_depot = AllocAndReadFully(process_memory, process_info.scudo_stack_depot, in ScudoCrashData()
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp390 ASSERT_SAME_OFFSET(scudo_stack_depot, scudo_stack_depot); in debuggerd_dispatch_pseudothread()