summaryrefslogtreecommitdiff
path: root/src/mongo/util/signal_handlers_synchronous.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-45677 libunwind on by default where possible"William Schultz2020-02-061-1/+3
* SERVER-45677 libunwind on by default where possibleBilly Donahue2020-02-051-3/+1
* SERVER-43662 Add support for LLDB debugserver breakpointsAdam Cooper2019-12-311-1/+1
* SERVER-44345 stack trace all threadsBilly Donahue2019-12-111-0/+13
* SERVER-44378 groundwork for upcoming stacktrace APIBilly Donahue2019-11-081-1/+1
* SERVER-15902 sigaltstack for workers and stdx::thread.Billy Donahue2019-10-251-32/+38
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-25240 Make `stdx::set_terminate` which works on windows.ADAM David Alan Martin2019-08-231-1/+2
* SERVER-36242 Optionally use libunwind for backtracesA. Jesse Jiryu Davis2019-07-171-1/+1
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-36844 Ensure printStackTrace() produces stacktraces on AUBSANSpencer Jackson2019-03-061-24/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-33351 perserve stack in BackgroundJob exceptionsGabriel Russell2018-12-131-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-31918 sigaction: give the ucontext parameter a nameBilly Donahue2018-09-111-1/+4
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-4/+3
* SERVER-29688: Coredump on Sanizitizer failureSpencer Jackson2017-07-131-0/+25
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-4/+7
* SERVER-25833 Stop printing /proc/self/maps in address signal handlerMathias Stearn2016-08-261-13/+0
* SERVER-23071 use system exception handler to generate minidumpRobert Guo2016-06-171-2/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23757 Clear signal mask when starting unit testsJonathan Reams2016-04-161-0/+9
* SERVER-21959 Enlarge buffer used for logging in signal handlers, to support l...Andy Schwerin2015-12-301-1/+1
* SERVER-21959 Do not truncate stack traces in log messages.Andy Schwerin2015-12-211-2/+4
* SERVER-20074 Log signal information for some thread when several threads rais...Andy Schwerin2015-08-211-25/+24
* SERVER-12259 Make custom signal handlers defer to default behavior rather tha...Andy Schwerin2015-07-071-37/+57
* SERVER-18699 fix formatting triviaMartin Bligh2015-06-241-1/+1
* SERVER-18699 dump /proc/self/maps on a sigbus to make it easier to diagnoseMartin Bligh2015-06-241-0/+13
* SERVER-19046 Make myTerminate call quickExit when re-entered by a single thread.Andy Schwerin2015-06-221-18/+38
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-177/+180
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-1/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-5/+5
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-18108 catch boost::exception in terminate handlerAdam Midvidy2015-04-171-1/+8
* Add breakpoint() to handlers of terminate() and addr signalsMathias Stearn2015-03-091-0/+2
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-5/+5
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-4/+0
* SERVER-17031 Don't handle SIGQUIT on the signal handling threadMathias Stearn2015-01-271-0/+3
* SERVER-13256 Make debug_util macros onlyAndrew Morrow2015-01-051-0/+1
* SERVER-16466 Attempt to print the current exception in terminate handlerMathias Stearn2014-12-081-1/+48
* SERVER-15604 log component kControlMatt Kangas2014-10-271-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-4/+5
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-9/+8
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-10431 Split synchronous signal handlers into new library; use them in ...Andy Schwerin2014-08-061-0/+233