Searched defs:stackwalker (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | stackwalker_selftest.cc | 330 StackwalkerX86 stackwalker = StackwalkerX86(NULL, &context, &memory, NULL, in CountCallerFrames() local 337 StackwalkerPPC stackwalker = StackwalkerPPC(NULL, &context, &memory, NULL, in CountCallerFrames() local 345 StackwalkerSPARC stackwalker = StackwalkerSPARC(NULL, &context, &memory, in CountCallerFrames() local
|
H A D | microdump_processor.cc | 67 scoped_ptr<Stackwalker> stackwalker( in Process() local
|
H A D | minidump_processor.cc | 331 scoped_ptr<Stackwalker> stackwalker( in Process() local
|