Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/libdebuggerd/
H A Dgwp_asan.cpp72 if (!process_memory || !process_info.gwp_asan_metadata || !process_info.gwp_asan_state) return; in GwpAsanCrashData()
74 if (!retrieve_gwp_asan_state(process_memory, process_info.gwp_asan_state, &state_)) return; in GwpAsanCrashData()
/aosp14/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dtypes.h48 uintptr_t gwp_asan_state = 0; member
/aosp14/system/core/debuggerd/
H A Dprotocol.h96 uintptr_t gwp_asan_state; member
H A Dcrash_dump.cpp317 process_info->gwp_asan_state = crash_info->data.d.gwp_asan_state; in ReadCrashInfo()
/aosp14/system/core/debuggerd/include/debuggerd/
H A Dhandler.h41 const gwp_asan::AllocatorState* gwp_asan_state; member
/aosp14/system/core/debuggerd/handler/
H A Ddebuggerd_handler.cpp392 ASSERT_SAME_OFFSET(gwp_asan_state, gwp_asan_state); in debuggerd_dispatch_pseudothread()