summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@mongodb.com>2022-08-05 14:49:44 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-05 19:20:56 +0000
commitea949cefad9d815009a959c0a17fd023db3b4598 (patch)
treed977a06c083d7ffe1de62fd36a43dbed3c35b119 /.gdbinit
parentbb48bf70f1dc9bcd76ca42df992f9d8da048ea91 (diff)
downloadmongo-ea949cefad9d815009a959c0a17fd023db3b4598.tar.gz
SERVER-68455: GDB methods for dumping in-memory WT trees.
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit
index fdca10deff3..ae5bdf361f9 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -9,3 +9,6 @@ source buildscripts/gdb/mongo_printers.py
# Load the mongodb lock analysis
source buildscripts/gdb/mongo_lock.py
+
+# Load methods for printing in-memory contents of WT tables.
+source buildscripts/gdb/wt_dump_table.py