Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/solaris/handler/
H A Dminidump_generator.cc87 struct FindCrashLwpContext { struct
88 const SolarisLwp* lwp_lister;
89 uintptr_t crashing_stack_bottom;
90 int crashing_lwpid;
92 FindCrashLwpContext() : in FindCrashLwpContext() function