Home | History | Annotate | Download | only in debug

Lines Matching defs:StackTrace

39     debug::StackTrace(info).Print();
166 // Disable optimizations for the StackTrace::StackTrace function. It is
168 // that breaks CaptureStackBackTrace() and prevents StackTrace from working
175 StackTrace::StackTrace() {
184 StackTrace::StackTrace(EXCEPTION_POINTERS* exception_pointers) {
188 StackTrace::StackTrace(const CONTEXT* context) { InitTrace(context); }
190 void StackTrace::InitTrace(const CONTEXT* context_record) {
228 void StackTrace::Print() const { OutputToStream(&std::cerr); }
230 void StackTrace::OutputToStream(std::ostream* os) const {