summaryrefslogtreecommitdiff
path: root/src/mongo/util/stacktrace_posix.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77193 Centralize the macro definition of __has_feature into one placeMark Benvenuto2023-05-171-4/+0
* SERVER-72596 Fix symbolization for large stacktraces with libunwindCharlie Swanson2023-01-061-0/+1
* SERVER-68791: Allow for getting a stack trace object that can later be printe...Daniel Gottlieb2022-10-181-15/+12
* SERVER-67126 Don't invoke LOGV2 in printStackTrace(ostream)Gabriel Marks2022-06-211-1/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-58046 add demangled names to stacktraceBilly Donahue2022-03-241-0/+6
* SERVER-49078 Disable libunwind for TSANAndrew Morrow2020-07-151-0/+10
* SERVER-47775 Save partial stacktrace on collection errorAmirsaman Memaripour2020-06-051-1/+0
* SERVER-47775 Log failure to collect stacktrace at error levelAmirsaman Memaripour2020-05-051-2/+1
* SERVER-46801 stacktrace logging cleanup/consolidationBilly Donahue2020-03-271-27/+3
* SERVER-46102 Convert stacktrace_posix.cpp to logv2Billy Donahue2020-02-141-125/+139
* SERVER-45677 libunwind on by default where possibleBilly Donahue2020-02-141-1/+2
* Revert "SERVER-45677 libunwind on by default where possible"William Schultz2020-02-061-1/+1
* SERVER-45677 libunwind on by default where possibleBilly Donahue2020-02-051-1/+1
* SERVER-45278 use libunwind steps again, but bounded by max frame countBilly Donahue2020-01-021-3/+5
* SERVER-45218 bounded libunwind backtraceBilly Donahue2019-12-181-1/+1
* SERVER-42406 stacktrace API (revised)Billy Donahue2019-11-191-206/+176
* SERVER-44378 groundwork for upcoming stacktrace APIBilly Donahue2019-11-081-43/+34
* SERVER-44117 early stacktrace processInfoBilly Donahue2019-10-281-4/+1
* SERVER-41654 fix libunwind buildBilly Donahue2019-10-121-1/+1
* SERVER-41654 trim somap to relevant libs on stacktraceBilly Donahue2019-10-091-98/+204
* SERVER-42029 Combine stacktrace posix and unwind filesBilly Donahue2019-09-201-419/+288
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-36242 Optionally use libunwind for backtracesA. Jesse Jiryu Davis2019-07-171-0/+5
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-4/+4
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-2/+2
* 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-34005 Add more SDK variantsAndrew Morrow2018-03-221-1/+1
* SERVER-6024 add stacktrace to unittestsKevin Albertson2018-01-081-1/+1
* SERVER-32390 Fix stacktrace_posix when compiling with the Android NDKHenrik Edin2017-12-291-3/+17
* SERVER-14596 move free function escape out of bsonelementMatt Cotter2016-09-081-0/+1
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-3/+6
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-2/+1
* SERVER-21934 Add extra information to OSX stack dumps to support ASLR.Andy Schwerin2015-12-291-8/+35
* SERVER-21960 Include symbol name in stacktrace json when available.Andy Schwerin2015-12-211-1/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-359/+339
* SERVER-17199 Fix compile on OSXJonathan Reams2015-06-121-1/+2
* SERVER-17199 Fix compiles on platforms without execinfo.hJonathan Reams2015-06-121-1/+68
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-0/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* 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-14989 Raise stack trace max depth to 100Mathias Stearn2014-08-211-1/+1
* SERVER-13957 Fix solaris build error related to uname().Andy Schwerin2014-06-041-1/+1
* SERVER-13957 Print load location and build uuid information in OS X stack tra...Andy Schwerin2014-06-041-12/+102
* SERVER-13264 Fix compile failure on unclosed commentIan Whalen2014-05-161-0/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-10/+21
* SERVER-13944 New stack dump format, on non-Windows systems.Andy Schwerin2014-05-151-0/+346