diff options
author | Mathew Robinson <chasinglogic@gmail.com> | 2019-06-06 17:34:05 -0400 |
---|---|---|
committer | Mathew Robinson <chasinglogic@gmail.com> | 2019-06-17 09:48:46 -0400 |
commit | cd8fc73729417a11fe65a1c5b1b540bcaba95420 (patch) | |
tree | 7807c1ed111bb35e60287507b70e88d2d0b74fe5 /.lldbinit | |
parent | 277229505fd9f05d0ea2f6baa25afbdb8d8171a4 (diff) | |
download | mongo-cd8fc73729417a11fe65a1c5b1b540bcaba95420.tar.gz |
SERVER-41168 Port mongodb-specific debugging commands in gdb to lldb
Diffstat (limited to '.lldbinit')
-rw-r--r-- | .lldbinit | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.lldbinit b/.lldbinit index a6c588a6cc9..e4084129e21 100644 --- a/.lldbinit +++ b/.lldbinit @@ -2,4 +2,5 @@ # # settings set target.load-cwd-lldbinit true # -command script import buildscripts/lldb/lldb_printers.py
\ No newline at end of file +command script import buildscripts/lldb/lldb_printers.py +command script import buildscripts/lldb/lldb_commands.py
\ No newline at end of file |