Searched refs:StackwalkerPPC (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstackwalker_ppc.h50 class StackwalkerPPC : public Stackwalker { class in namespace:google_breakpad
56 StackwalkerPPC(const SystemInfo* system_info,
H A Dstackwalker_ppc.cc46 StackwalkerPPC::StackwalkerPPC(const SystemInfo* system_info, function in class:google_breakpad::StackwalkerPPC
65 StackFrame* StackwalkerPPC::GetContextFrame() {
84 StackFrame* StackwalkerPPC::GetCallerFrame(const CallStack* stack,
H A Dstackwalker_selftest.cc30 // stackwalker_selftest.cc: Tests StackwalkerX86 or StackwalkerPPC using the
94 using google_breakpad::StackwalkerPPC;
334 StackwalkerPPC stackwalker = StackwalkerPPC(NULL, &context, &memory, NULL,
H A Dstackwalker.cc213 cpu_stackwalker = new StackwalkerPPC(system_info,

Completed in 319 milliseconds