diff options
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 |