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

/external/google-breakpad/src/google_breakpad/processor/
H A Dstackwalker.h32 // The Stackwalker class is an abstract base class providing common generic
36 // Stackwalker assembles these StackFrame strucutres into a CallStack.
63 class Stackwalker { class in namespace:google_breakpad
65 virtual ~Stackwalker() {}
87 static Stackwalker* StackwalkerForCPU(
114 Stackwalker(const SystemInfo* system_info,
216 // The maximum number of frames Stackwalker will walk through.
/external/google-breakpad/src/processor/
H A Dstackwalker.cc61 const int Stackwalker::kRASearchWords = 30;
63 uint32_t Stackwalker::max_frames_ = 1024;
64 bool Stackwalker::max_frames_set_ = false;
66 uint32_t Stackwalker::max_frames_scanned_ = 1024;
68 Stackwalker::Stackwalker(const SystemInfo* system_info, function in class:google_breakpad::Stackwalker
105 bool Stackwalker::Walk(
109 BPLOG_IF(ERROR, !stack) << "Stackwalker::Walk requires |stack|";
113 BPLOG_IF(ERROR, !modules_without_symbols) << "Stackwalker::Walk requires "
115 BPLOG_IF(ERROR, !modules_without_symbols) << "Stackwalker
[all...]

Completed in 115 milliseconds