Home
last modified time | relevance | path

Searched refs:CrashInfo (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/
Dprotocol.h98 struct __attribute__((__packed__)) CrashInfo { struct
Dcrash_dump.cpp258 std::aligned_storage<sizeof(CrashInfo) + 1, alignof(CrashInfo)>::type buf; in ReadCrashInfo()
259 CrashInfo* crash_info = reinterpret_cast<CrashInfo*>(&buf); in ReadCrashInfo()