Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc79 SolarisLwp *lwp_lister; member
84 const SolarisLwp *lwp_lister; member
89 lwp_lister(NULL), in FindCrashLwpContext()
102 const SolarisLwp *lwp_lister = crashing_context->lwp_lister; in IsLwpCrashedCallback() local
109 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_ebp); in IsLwpCrashedCallback()
124 const SolarisLwp *lwp_lister) { in FindCrashingLwp() argument
126 context.lwp_lister = lwp_lister; in FindCrashingLwp()
130 lwp_lister->Lwp_iter_all(lwp_lister->getpid(), &callback_param); in FindCrashingLwp()
134 bool WriteLwpStack(const SolarisLwp *lwp_lister, in WriteLwpStack() argument
138 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_esp); in WriteLwpStack()
[all …]