summaryrefslogtreecommitdiff
path: root/buildscripts/gdb
AgeCommit message (Expand)Author
2022-07-12SERVER-67993 fix 4.4 pylintersDaniel Moody
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
2018-08-22SERVER-34738 mongo_lock.py graph should display lock type for LockManager locksJonathan Abrahams
2018-08-02SERVER-36230 Handle non-templatized LockerImpl class in gdb scripts.Max Hirschhorn
2018-07-19SERVER-36167: Add flags pretty printing for WT session/txn/cursor.Daniel Gottlieb
2018-04-18SERVER-34512: Patch mongo_printers.py to understand decorable changes.Daniel Gottlieb
2018-04-18SERVER-34519 mongo_lock.py generating malformed graphviz outputJames Wahlin
2018-04-18SERVER-34334 Update Locker _threadId when stashing/unstashingJames Wahlin
2018-04-11SERVER-23312 Enable Python formatting/linting for buildscripts & pytests filesJonathan Abrahams
2018-04-11SERVER-33987 add thread name to hang analyzer outputSamy Lanka
2018-04-11SERVER-23312 Fix buildscripts/gdb/mongo_lock.pyJonathan Abrahams
2018-04-05SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams
2018-03-26SERVER-23312 Format Python files with yapfJonathan Abrahams
2018-02-09SERVER-32853 GDB shouldn't look for non-existent 'location' field in StatusJonathan Reams
2017-12-19SERVER-31841 In find_mutex_holder handle when mutex_holder not found in threa...Eddie Louie
2017-06-15SERVER-28825 Do not decode BSONObj in pretty printer if the value is optimize...Jonathan Abrahams
2017-06-14SERVER-28825 Do not decode BSONObj in pretty printer if the value is optimize...Jonathan Abrahams
2017-04-25SERVER-28971 Error in depth_first_search algorithm incorrectly recurses on vi...Eddie Louie
2017-04-21SERVER-28348 Add cycle detect message for detecting single-process deadlocks ...Jonathan Abrahams
2017-04-20SERVER-28348 Detect single-process deadlocks involving LockManager locks and/...Jonathan Abrahams
2017-04-03SERVER-28588 Handle GDB error in hang_analyzer.py find_frame functionJonathan Abrahams
2017-03-30SERVER-28416 Split mongo pretty printers into separate fileJonathan Abrahams
2017-03-29SERVER-28416 Fix BSONObj pretty printer used in hang_analyzer to support big ...Jonathan Abrahams
2017-03-29SERVER-28416 Continue on error in mongodb-uniqstack in hang_analyzerJonathan Abrahams
2017-03-24SERVER-27727 Note location where thread is marked idleMathias Stearn
2017-03-24SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn
2017-03-24SERVER-28291 use frame.pc() rather than frame.name() for stack dedupingMathias Stearn
2017-03-24SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn
2017-03-21SERVER-27874 - Hang analysis thread backtrace and mongo locksJonathan Abrahams
2017-03-16SERVER-27874 Display locks and generate digraph for threads using LockManager...Jonathan Abrahams