summaryrefslogtreecommitdiff
path: root/.gdbinit
blob: 49fa398cf85ee01c2e98a5d8058655b25be62922 (plain)
1
2
3
4
5
6
7
8
# Print the full stack trace on python exceptions to aid debugging
# 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