summaryrefslogtreecommitdiff
path: root/buildscripts/gdb/mongo_lock.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ...HEADmasterauto-revert-processor2023-05-181-0/+2
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-2/+0
* SERVER-69148 Added looser python linting back to mongo pretty printersAlexander Neben2023-01-251-7/+10
* SERVER-72816 Removed gdb calls to getGlobalLockManagerAlexander Neben2023-01-251-1/+4
* SERVER-68593 Disable low value python warningsAlexander Neben2022-09-021-1/+1
* SERVER-43385 remove MMAPv1 referencesVishnu Kaushik2020-09-111-13/+2
* SERVER-39923 Fix lint.Max Hirschhorn2019-04-201-1/+2
* SERVER-39923 Mongo gdb extensions should error when loaded into gdb compiled ...Mathew Robinson2019-04-191-0/+3
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-13/+5
* SERVER-37387 Clarify how lock mode displayed refers to mode held.Max Hirschhorn2018-10-101-4/+6
* SERVER-36626 Draw wait-for graph from left to rightSiyuan Zhou2018-10-081-0/+4
* SERVER-37228 Escape ID in addition to label in waits-for graph.Max Hirschhorn2018-10-081-8/+10
* SERVER-34738 mongo_lock.py graph should display lock type for LockManager locksJonathan Abrahams2018-08-221-5/+7
* SERVER-36230 Handle non-templatized LockerImpl class in gdb scripts.Max Hirschhorn2018-08-021-2/+14
* SERVER-34519 mongo_lock.py generating malformed graphviz outputJames Wahlin2018-04-181-2/+6
* SERVER-34334 Update Locker _threadId when stashing/unstashingJames Wahlin2018-04-181-1/+34
* SERVER-23312 Enable Python formatting/linting for buildscripts & pytests filesJonathan Abrahams2018-04-111-5/+5
* SERVER-33987 add thread name to hang analyzer outputSamy Lanka2018-04-111-30/+30
* SERVER-23312 Fix buildscripts/gdb/mongo_lock.pyJonathan Abrahams2018-04-111-5/+6
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-48/+86
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-14/+14
* SERVER-31841 In find_mutex_holder handle when mutex_holder not found in threa...Eddie Louie2017-12-191-2/+10
* SERVER-28971 Error in depth_first_search algorithm incorrectly recurses on vi...Eddie Louie2017-04-251-1/+1
* SERVER-28348 Add cycle detect message for detecting single-process deadlocks ...Jonathan Abrahams2017-04-211-0/+1
* SERVER-28348 Detect single-process deadlocks involving LockManager locks and/...Jonathan Abrahams2017-04-201-7/+50
* SERVER-28588 Handle GDB error in hang_analyzer.py find_frame functionJonathan Abrahams2017-04-031-1/+5
* SERVER-27874 - Hang analysis thread backtrace and mongo locksJonathan Abrahams2017-03-211-12/+13
* SERVER-27874 Display locks and generate digraph for threads using LockManager...Jonathan Abrahams2017-03-161-0/+311