Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc135 uintptr_t last_esp, in WriteLwpStack() argument
138 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_esp); in WriteLwpStack()
139 if (stack_bottom >= last_esp) { in WriteLwpStack()
140 int size = stack_bottom - last_esp; in WriteLwpStack()
144 memory->Copy(reinterpret_cast<void *>(last_esp), size); in WriteLwpStack()
145 loc->start_of_memory_range = last_esp; in WriteLwpStack()
/external/google-breakpad/src/processor/
Dstackwalker_x86.cc536 uint32_t last_esp = last_frame->context.esp; in GetCallerByEBPAtBase() local
575 || !ScanForReturnAddress(last_esp, &caller_esp, &caller_eip, in GetCallerByEBPAtBase()