Lines Matching refs:Stackwalker
44 the [Stackwalker::StackwalkerForCPU](../src/google_breakpad/processor/stackwalker.h#77)
47 the specific !Stackwalker subclass based on the CPU architecture of the provided
52 Once a !Stackwalker instance has been obtained, the processor calls the
53 [Stackwalker::Walk](../src/google_breakpad/processor/source_line_resolver_interface.h)
55 !Stackwalker starts by calling the GetContextFrame method which returns a
109 To find the next frame in the stack, the !Stackwalker calls its
111 method, passing in the current frame. Each !Stackwalker subclass implements
129 If unwind info is not found then the !Stackwalker may resort to other methods.
134 If no caller frame was found by any other method most !Stackwalker
137 [Stackwalker::ScanForReturnAddress](../src/google_breakpad/processor/stackwalker.h#131)
140 [Stackwalker::InstructionAddressSeemsValid](../src/google_breakpad/processor/stackwalker.h#111) met…