summaryrefslogtreecommitdiff
path: root/buildscripts/gdb
AgeCommit message (Expand)Author
2022-08-19SERVER-63852 ThreadName rewriteBilly Donahue
2022-05-31SERVER-65672 upgrade python packages to support 3.10r6.0.0-rc8Robert Guo
2022-05-13SERVER-64352 mongo shell no longer built by defaultAlexander Neben
2022-04-18SERVER-65505 Make the gdb pretty printers for Session/TransactionParticipant ...Cheahuychou Mao
2022-04-03SERVER-65125 Fix Status/StatusWith printing in mongo_printers.pyKaloian Manassiev
2022-01-31SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov
2022-01-14SERVER-61011 Serialize RecordId to BinData and increase size limit to 8MBDaniel Gómez Ferro
2021-12-16SERVER-62049 Add pretty-printing for some of the new types in SBEIrina Yatsenko
2021-11-29SERVER-58633 Add gdb pretty printer for OIDDaniel Gómez Ferro
2021-11-03SERVER-61177 Create GDB command to dump storage engine infoBenety Goh
2021-10-26SERVER-60985 gdb helper includes WT_SESSION when dumping WT recovery unitsBenety Goh
2021-10-26SERVER-60985 SERVER-59856 gdb helper logs decoration type lookup errorBenety Goh
2021-09-08SERVER-58949 RecordId supports long stringsLouis Williams
2021-08-04SERVER-59107: Fix abseil pretty printers.Daniel Gottlieb
2021-07-09SERVER-58277 add minimal gdb pretty printer for OplogEntryBenety Goh
2021-07-09SERVER-58278 update gdb hang analyzer call to global lock managerBenety Goh
2021-06-15SERVER-56626 RecordId GDB pretty printerLouis Williams
2021-06-01SERVER-57326: Add bson data gdb pretty printer function.Daniel Gottlieb
2020-12-03SERVER-52821 Allow thread names to be cached by unique idBen Caimano
2020-09-11SERVER-43385 remove MMAPv1 referencesVishnu Kaushik
2020-09-01SERVER-50449 Add gdb helper scripts for UndoDBRichard Samuels
2020-08-21SERVER-50354 Fix mongodb-javascript-stack gdb command to allow printing stack...Richard Samuels
2020-07-14SERVER-43055 Prevent an exception when gdb prints a BSONObj with datetimes be...Richard Samuels
2020-05-15SERVER-48193 Update GDB command to dump all stashed RecoveryUnitsJamie Heppenstall
2020-05-04SERVER-45556 Create GDB command to dump all active RecoveryUnitsJamie Heppenstall
2020-04-14SERVER-45133 Fix hang analyzerSpencer T Brody
2020-04-09SERVER-45133 Dump mutex info in hang analyzerSpencer T Brody
2020-04-08Revert "SERVER-45133 Dump mutex info in hang analyzer"Spencer T Brody
2020-04-07SERVER-45133 Dump mutex info in hang analyzerSpencer T Brody
2019-07-24SERVER-42371 Use get_unique_ptr helper in mongod-dump-sessions GDB commandWilliam Schultz
2019-07-12SERVER-42032 Replace parse_and_eval() usage in mongodb-javascript-stack.Max Hirschhorn
2019-04-20SERVER-39923 Fix lint.Max Hirschhorn
2019-04-19SERVER-39923 Mongo gdb extensions should error when loaded into gdb compiled ...Mathew Robinson
2019-04-08SERVER-39969 Update the 'mongod-dump-sessions' GDB command to be compatible w...William Schultz
2019-04-08SERVER-32295 Support Python 3Mathew Robinson
2019-03-06SERVER-39972 libstdc++ unique_ptr implementation changed in GCC 7Mark Benvenuto
2019-02-01SERVER-38944 Print out Locker id in DumpMongoDSessionCatalogWilliam Schultz
2019-01-31SERVER-39098 Fix escaping in javascript_stack GDB extensionAndrew Morrow
2019-01-30SERVER-36651 SERVER-36652 SERVER-37600 Upgrade to V3 toolchain and XCode 10 e...Andrew Morrow
2019-01-15SERVER-39013: Add a gdb pretty printer for absl::flat_hash_map.Daniel Gottlieb
2019-01-04SERVER-38757 Fix Python LintMark Benvenuto
2019-01-04SERVER-38757 fix lintGregory Wlodarek
2019-01-04SERVER-38757 Add pretty printers for abseil hash map and setMark Benvenuto
2018-12-20SERVER-38045 Only print fields from the Session if they existWilliam Schultz
2018-12-19SERVER-38045 Print '_killsRequested' variable instead of '_killRequested' whe...William Schultz
2018-12-11SERVER-38045 Add GDB tools for dumping the SessionCatalog in the hang analyzerWilliam Schultz
2018-11-30SERVER-38313: Update BSON decoding in GDB pretty printing.Daniel Gottlieb
2018-10-10SERVER-37387 Clarify how lock mode displayed refers to mode held.Max Hirschhorn
2018-10-08SERVER-36626 Draw wait-for graph from left to rightSiyuan Zhou
2018-10-08SERVER-37228 Escape ID in addition to label in waits-for graph.Max Hirschhorn