diff options
author | Daniel Gottlieb <daniel.gottlieb@mongodb.com> | 2022-08-05 14:49:44 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-08-05 19:20:56 +0000 |
commit | ea949cefad9d815009a959c0a17fd023db3b4598 (patch) | |
tree | d977a06c083d7ffe1de62fd36a43dbed3c35b119 /.gdbinit | |
parent | bb48bf70f1dc9bcd76ca42df992f9d8da048ea91 (diff) | |
download | mongo-ea949cefad9d815009a959c0a17fd023db3b4598.tar.gz |
SERVER-68455: GDB methods for dumping in-memory WT trees.
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |