2016-12-08 15:15:01 -05:00
|
|
|
# Print the full stack trace on python exceptions to aid debugging
|
|
|
|
|
set python print-stack full
|
|
|
|
|
|
2017-04-07 10:43:19 -04:00
|
|
|
# Load the mongodb utilities
|
2016-12-08 15:15:01 -05:00
|
|
|
source buildscripts/gdb/mongo.py
|
2017-03-16 14:39:09 -04:00
|
|
|
|
2017-04-07 10:43:19 -04:00
|
|
|
# Load the mongodb pretty printers
|
2023-03-31 19:20:21 +00:00
|
|
|
source buildscripts/gdb/optimizer_printers.py
|
2017-04-07 10:43:19 -04:00
|
|
|
source buildscripts/gdb/mongo_printers.py
|
|
|
|
|
|
2017-03-16 14:39:09 -04:00
|
|
|
# Load the mongodb lock analysis
|
|
|
|
|
source buildscripts/gdb/mongo_lock.py
|
2022-08-05 14:49:44 -04:00
|
|
|
|
|
|
|
|
# Load methods for printing in-memory contents of WT tables.
|
|
|
|
|
source buildscripts/gdb/wt_dump_table.py
|
2023-04-21 12:54:28 +00:00
|
|
|
|
|
|
|
|
# Load third-party pretty printers
|
|
|
|
|
source src/third_party/immer/dist/tools/gdb_pretty_printers/autoload.py
|