summaryrefslogtreecommitdiff
path: root/src/mongo/util/stacktrace.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61491 Tee backtrace log records to a separate fileMark Benvenuto2022-01-071-1/+5
* SERVER-54719 printStackTrace missing a terminating newlineBilly Donahue2021-03-011-2/+2
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-3/+2
* SERVER-46801 stacktrace logging cleanup/consolidationBilly Donahue2020-03-271-0/+116
* SERVER-44345 stack trace all threadsBilly Donahue2019-12-111-33/+0
* SERVER-44378 groundwork for upcoming stacktrace APIBilly Donahue2019-11-081-22/+1
* SERVER-42029 Combine stacktrace posix and unwind filesBilly Donahue2019-09-201-3/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-21959 Do not truncate stack traces in log messages.Andy Schwerin2015-12-211-1/+3
* SERVER-18964 cleaned up util/stacktrace.hBenety Goh2015-08-031-0/+52
* SERVER-13944 New stack dump format, on non-Windows systems.Andy Schwerin2014-05-151-342/+0
* SERVER-5553 Eliminate malloc from printStacktrace(std::ostream&).Andy Schwerin2014-04-031-14/+28
* SERVER-10428 fassert on C runtime failures in Windows debug buildTad Marshall2013-08-041-4/+4
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-1/+3
* SERVER-7080 Link to backtrace, backtrace_symbols and backtrace_symbols_fd at ...Tad Marshall2013-06-201-43/+39
* SERVER-9894 Add license headers to stacktrace.{cpp,h}Tad Marshall2013-06-111-1/+14
* 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