summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorNicholas Zolnierz <nicholas.zolnierz@mongodb.com>2023-03-31 19:20:21 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-31 21:22:39 +0000
commit529116c351786fe997f99ce432c05d1de98cd2db (patch)
tree0a2a1feb887aacb9a3413c8fa1fb1066ceac1d56 /.gdbinit
parent2dcf180fa810ec81054db8249337255495e41647 (diff)
downloadmongo-529116c351786fe997f99ce432c05d1de98cd2db.tar.gz
SERVER-72679 Fix ABT gdb pretty printers to not rely on running process
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit
index ae5bdf361f9..6a43ac3fe00 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -5,6 +5,7 @@ set python print-stack full
source buildscripts/gdb/mongo.py
# Load the mongodb pretty printers
+source buildscripts/gdb/optimizer_printers.py
source buildscripts/gdb/mongo_printers.py
# Load the mongodb lock analysis