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

/external/google-breakpad/src/processor/
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);

Completed in 311 milliseconds