summaryrefslogtreecommitdiff
path: root/buildscripts/gdb
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68251 Fix GDB pretty printers for RecordIdJordi Olivares Provencio2022-08-241-12/+13
* SERVER-68455: GDB methods for dumping in-memory WT trees.Daniel Gottlieb2022-08-052-1/+226
* SERVER-68264 Update GDB's pretty printer for CodeFragmentIrina Yatsenko2022-07-251-3/+16
* SERVER-66567 Add GDB pretty printer for ABT::Reference typeNicholas Zolnierz2022-07-081-10/+14
* SERVER-62043 Gracefully handle missing ABT types in gdbNicholas Zolnierz2022-06-031-14/+17
* SERVER-63852 ThreadName rewriteBilly Donahue2022-05-131-1/+1
* SERVER-64352 mongo shell no longer built by defaultAlexander Neben2022-05-131-1/+1
* SERVER-62043 Add more gdb pretty printers for new optimizerNicholas Zolnierz2022-05-051-3/+66
* SERVER-62044 Enable ABT gdb pretty printer under certain conditionsNicholas Zolnierz2022-05-021-16/+29
* SERVER-65672 upgrade python packages to support 3.10Robert Guo2022-04-241-0/+1
* SERVER-65505 Make the gdb pretty printers for Session/TransactionParticipant ...Cheahuychou Mao2022-04-131-87/+124
* SERVER-65125 Fix Status/StatusWith printing in mongo_printers.pyKaloian Manassiev2022-04-031-19/+24
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+45
* SERVER-61011 Serialize RecordId to BinData and increase size limit to 8MBDaniel Gómez Ferro2022-01-141-1/+1
* SERVER-62049 Add pretty-printing for some of the new types in SBEIrina Yatsenko2021-12-161-0/+135
* SERVER-58633 Add gdb pretty printer for OIDDaniel Gómez Ferro2021-11-291-0/+20
* SERVER-61177 Create GDB command to dump storage engine infoBenety Goh2021-11-031-0/+35
* SERVER-60985 gdb helper includes WT_SESSION when dumping WT recovery unitsBenety Goh2021-10-261-0/+25
* SERVER-60985 SERVER-59856 gdb helper logs decoration type lookup errorBenety Goh2021-10-261-3/+6
* SERVER-58949 RecordId supports long stringsLouis Williams2021-09-081-6/+15
* SERVER-59107: Fix abseil pretty printers.Daniel Gottlieb2021-08-041-4/+4
* SERVER-58277 add minimal gdb pretty printer for OplogEntryBenety Goh2021-07-091-0/+23
* SERVER-58278 update gdb hang analyzer call to global lock managerBenety Goh2021-07-091-2/+2
* SERVER-56626 RecordId GDB pretty printerLouis Williams2021-06-151-0/+32
* SERVER-57326: Add bson data gdb pretty printer function.Daniel Gottlieb2021-06-012-0/+72
* SERVER-52821 Allow thread names to be cached by unique idBen Caimano2020-12-031-1/+1
* SERVER-43385 remove MMAPv1 referencesVishnu Kaushik2020-09-111-13/+2
* SERVER-50449 Add gdb helper scripts for UndoDBRichard Samuels2020-09-011-0/+260
* SERVER-50354 Fix mongodb-javascript-stack gdb command to allow printing stack...Richard Samuels2020-08-211-7/+49
* SERVER-43055 Prevent an exception when gdb prints a BSONObj with datetimes be...Richard Samuels2020-07-141-7/+25
* SERVER-48193 Update GDB command to dump all stashed RecoveryUnitsJamie Heppenstall2020-05-151-5/+47
* SERVER-45556 Create GDB command to dump all active RecoveryUnitsJamie Heppenstall2020-05-041-0/+64
* SERVER-45133 Fix hang analyzerSpencer T Brody2020-04-141-1/+1
* SERVER-45133 Dump mutex info in hang analyzerSpencer T Brody2020-04-091-0/+50
* Revert "SERVER-45133 Dump mutex info in hang analyzer"Spencer T Brody2020-04-081-47/+0
* SERVER-45133 Dump mutex info in hang analyzerSpencer T Brody2020-04-071-0/+47
* SERVER-42371 Use get_unique_ptr helper in mongod-dump-sessions GDB commandWilliam Schultz2019-07-241-1/+1
* SERVER-42032 Replace parse_and_eval() usage in mongodb-javascript-stack.Max Hirschhorn2019-07-121-0/+6
* SERVER-39923 Fix lint.Max Hirschhorn2019-04-203-3/+7
* SERVER-39923 Mongo gdb extensions should error when loaded into gdb compiled ...Mathew Robinson2019-04-193-0/+8
* SERVER-39969 Update the 'mongod-dump-sessions' GDB command to be compatible w...William Schultz2019-04-081-15/+22
* SERVER-32295 Support Python 3Mathew Robinson2019-04-083-41/+18
* SERVER-39972 libstdc++ unique_ptr implementation changed in GCC 7Mark Benvenuto2019-03-061-1/+1
* SERVER-38944 Print out Locker id in DumpMongoDSessionCatalogWilliam Schultz2019-02-011-0/+3
* SERVER-39098 Fix escaping in javascript_stack GDB extensionAndrew Morrow2019-01-311-1/+1
* SERVER-36651 SERVER-36652 SERVER-37600 Upgrade to V3 toolchain and XCode 10 e...Andrew Morrow2019-01-301-1/+1
* SERVER-39013: Add a gdb pretty printer for absl::flat_hash_map.Daniel Gottlieb2019-01-151-14/+65
* SERVER-38757 Fix Python LintMark Benvenuto2019-01-041-3/+1
* SERVER-38757 fix lintGregory Wlodarek2019-01-042-17/+15
* SERVER-38757 Add pretty printers for abseil hash map and setMark Benvenuto2019-01-042-50/+82