summaryrefslogtreecommitdiff
path: root/src/mongo/util/stacktrace_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-55737 Add an experiment for not requiring -rdynamicAndrew Morrow2021-04-091-6/+10
|
* SERVER-49322 Add an experiment for building with reduced symbol visibilityAndrew Morrow2021-04-041-1/+1
|
* SERVER-48696 sigaction actions need to all be extern "C"Gabriel Russell2020-11-231-11/+21
|
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-4/+5
| | | | | | | - hexblob namespace - Throwy hexblob::decode (nee fromHex) - StringData overloads of hex codec ops - add unsignedHex<T> and zeroPaddedHex<T>
* SERVER-48952 Improve stacktrace-related log messagesBilly Donahue2020-07-171-17/+11
|
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
|
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-12/+12
|
* SERVER-46801 stacktrace logging cleanup/consolidationBilly Donahue2020-03-271-1/+0
|
* SERVER-46403 fix regex in stacktrace_test:StackTrace:PosixFormatBilly Donahue2020-03-111-23/+14
|
* SERVER-46041 Add DiagnosticListener/WaitListener LSAN suppressionsBen Caimano2020-02-251-0/+7
| | | | | This commit also adds a new opt=off Ubuntu 18.04 builder to better ensure dev environments function correctly.
* SERVER-46158 stacktrace_windows to LOGV2Billy Donahue2020-02-221-45/+53
| | | | | - convert test from <regex> to pcrecpp.h - convert backslash to slash in filenames
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-46102 fix test to work under mac os xBenety Goh2020-02-151-0/+8
| | | | | This test restores the subset comparison behavior, for mac os x only, that was changed to a set equality check in commit 94605304208b2d20716ecc09c543e65708751516.
* SERVER-46102 Convert stacktrace_posix.cpp to logv2Billy Donahue2020-02-141-260/+27
| | | | | | - Rewrite stacktrace_posix to be bson based. - Remove CheapJson. - Convert stacktrace_libunwind_test LOGV2
* SERVER-45677 libunwind on by default where possibleBilly Donahue2020-02-141-1/+1
| | | | | - tcmalloc to not use libunwind API, as it uses slow cursor steps. - Remove UNW_LOCAL_ONLY from CXXFLAGS everywhere.
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-7/+21
|
* Revert "SERVER-45677 libunwind on by default where possible"William Schultz2020-02-061-1/+1
| | | | This reverts commit 969151e9ab69dcb53397cf40f810e718421db081.
* SERVER-45677 libunwind on by default where possibleBilly Donahue2020-02-051-1/+1
| | | | | | - SCons configure to probe for libunwind support - gracefully handle SIGUSR2 without libunwind - integrate libunwind on-by-default (linux-x86_64) into evergreen
* SERVER-45587 SIGUSR2 one thread per log lineBilly Donahue2020-01-301-1/+3
| | | | | | | - add mongosymb_multithread.py - mongosymb.py argparse and slight refactor for reuse. create mode 100755 buildscripts/mongosymb_multithread.py
* SERVER-45524 remove support for logging void * typesGabriel Russell2020-01-161-2/+2
|
* SERVER-45257 race in stacktrace_testBilly Donahue2019-12-191-68/+53
|
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-1/+1
| | | | | | | - Extended Canonical/Relaxed 2.0.0 is supported - Using libfmt instead of stringstream as internal buffer - JSON parser can parse Extended Canonical/Relaxed and Strict formats - Removed TenGen format
* SERVER-44345 stack trace all threadsBilly Donahue2019-12-111-31/+323
|
* SERVER-42406 stacktrace API (revised)Billy Donahue2019-11-191-29/+91
|
* SERVER-44378 groundwork for upcoming stacktrace APIBilly Donahue2019-11-081-19/+41
|
* SERVER-44117 early stacktrace processInfoBilly Donahue2019-10-281-0/+36
|
* SERVER-41654 trim somap to relevant libs on stacktraceBilly Donahue2019-10-091-3/+127
|
* SERVER-42806 move base/backtrace test stuff to util/stacktrace_*Billy Donahue2019-09-301-1/+0
|
* SERVER-43420 Back out of ASSERT in stacktrace_test.cppBilly Donahue2019-09-231-1/+4
|
* SERVER-42029 Combine stacktrace posix and unwind filesBilly Donahue2019-09-201-0/+359