Home | History | Annotate | Download | only in processor

Lines Matching refs:Stackwalker

30 // stackwalker.h: Generic stackwalker.
32 // The Stackwalker class is an abstract base class providing common generic
36 // Stackwalker assembles these StackFrame strucutres into a CallStack.
63 class Stackwalker {
65 virtual ~Stackwalker() {}
77 // CodeModules passed to the StackWalker constructor (which currently
87 static Stackwalker* StackwalkerForCPU(
114 Stackwalker(const SystemInfo* system_info,
216 // The maximum number of frames Stackwalker will walk through.