Home
last modified time | relevance | path

Searched defs:FindCrashLwpContext (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc83 struct FindCrashLwpContext { struct
84 const SolarisLwp *lwp_lister;
85 uintptr_t crashing_stack_bottom;
86 int crashing_lwpid;
88 FindCrashLwpContext() : in FindCrashLwpContext() argument