summaryrefslogtreecommitdiff
path: root/src/mongo/util/stacktrace.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7956 Do not display dialog on CRT assertion, print stack traceTad Marshall2012-12-161-0/+10
* SERVER-7872: check retval of backtrace_symbolsBen Becker2012-12-161-1/+8
* SERVER-7435 Set symbol path in call to SymInitialize()Tad Marshall2012-11-191-1/+22
* SERVER-6207 protect printWindowsStackTrace() with critical sectionTad Marshall2012-10-111-0/+3
* SERVER-6778 use log() instead of cout for Windows stack traceTad Marshall2012-08-171-7/+11
* SERVER-6554 Windows unhandled exception filter print stack traceTad Marshall2012-07-311-5/+14
* SERVER-6553 set count of stack frames to display correctlyTad Marshall2012-07-231-2/+1
* SERVER-4988 refactor printStackTrace for WindowsTad Marshall2012-06-051-101/+130
* SERVER-4988 reset ostream to std::dec at end of lineTad Marshall2012-06-051-1/+1
* SERVER-4988 Implement printStackTrace for WindowsTad Marshall2012-06-041-2/+193
* Revert "SERVER-5852 use libunwind routines for backtrace on freebsd"Eric Milkie2012-05-241-47/+0
* SERVER-5852 use libunwind routines for backtrace on freebsdEric Milkie2012-05-241-0/+47
* move stack introspection to its own fileEliot Horowitz2012-05-161-130/+0
* cache addresses not symbolsEliot Horowitz2012-05-161-17/+25
* check destructors tooEliot Horowitz2012-05-161-3/+9
* use StringSplitter for stack trace checkerEliot Horowitz2012-05-161-16/+17
* fix ConsCache cachingEliot Horowitz2012-05-161-5/+12
* cache inConstructorChainEliot Horowitz2012-05-161-1/+36
* method to check if a call stack has a constrcutor somewhereEliot Horowitz2012-05-161-0/+76
* make follow standards a bit more in preo for more changesEliot Horowitz2012-05-161-19/+23
* Move printStackTrace into new stacktrace.h/cpp; improve detection of execinfo.h.Andy Schwerin2012-04-121-0/+37