diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2017-03-16 14:39:09 -0400 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2017-03-16 14:39:09 -0400 |
commit | 5fe822f53e4bb28e15af2541c0ca931fa05a0e20 (patch) | |
tree | 2a6645be6030f990bfd946afc14c65ae773ff68b /.gdbinit | |
parent | 38a2af996ae67f3c65194ea38a2d6e3a64682839 (diff) | |
download | mongo-5fe822f53e4bb28e15af2541c0ca931fa05a0e20.tar.gz |
SERVER-27874 Display locks and generate digraph for threads using LockManager locks and/or pthread_mutexes
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,5 +2,7 @@ set python print-stack full # Load the mongodb pretty printers -# source buildscripts/gdb/mongo.py + +# Load the mongodb lock analysis +source buildscripts/gdb/mongo_lock.py |