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

/external/google-breakpad/src/processor/
H A Dmicrodump_processor.cc44 #include "google_breakpad/processor/stackwalker.h"
70 scoped_ptr<Stackwalker> stackwalker(
79 if (stackwalker.get()) {
80 if (!stackwalker->Walk(stack.get(),
87 BPLOG(ERROR) << "No stackwalker found for microdump.";
H A Dstackwalker_selftest.cc43 // - frame pointer omission. Even with a stackwalker that understands
126 // everything low is not mapped. This helps the stackwalker catch the
327 StackwalkerX86 stackwalker = StackwalkerX86(NULL, &context, &memory, NULL, local
334 StackwalkerPPC stackwalker = StackwalkerPPC(NULL, &context, &memory, NULL, local
342 StackwalkerSPARC stackwalker = StackwalkerSPARC(NULL, &context, &memory, local
348 stackwalker.Walk(&stack, &modules_without_symbols);
H A Dminidump_processor.cc245 scoped_ptr<Stackwalker> stackwalker(
253 if (stackwalker.get()) {
254 if (!stackwalker->Walk(stack.get(),
265 BPLOG(ERROR) << "No stackwalker for " << thread_string;
/external/google-breakpad/
H A DMakefile.am182 src/google_breakpad/processor/stackwalker.h \
240 src/processor/stackwalker.cc \
717 src/processor/stackwalker.o \
810 src/processor/stackwalker.o \
852 src/processor/stackwalker.o \
985 src/processor/stackwalker.o \
1161 src/processor/stackwalker.o \
1198 src/processor/stackwalker.o \

Completed in 117 milliseconds