summaryrefslogtreecommitdiff
path: root/.lldbinit
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-05-31 13:45:27 -0400
committerMathew Robinson <chasinglogic@gmail.com>2019-06-17 09:48:39 -0400
commit277229505fd9f05d0ea2f6baa25afbdb8d8171a4 (patch)
tree691065932977d2ec8047b3fc5495dafa231aa9a7 /.lldbinit
parent211db32dc1838d591778f5c3c24e00435d3b59a0 (diff)
downloadmongo-277229505fd9f05d0ea2f6baa25afbdb8d8171a4.tar.gz
SERVER-41167 Write mongo type pretty printers for LLDB
Diffstat (limited to '.lldbinit')
-rw-r--r--.lldbinit5
1 files changed, 5 insertions, 0 deletions
diff --git a/.lldbinit b/.lldbinit
new file mode 100644
index 00000000000..a6c588a6cc9
--- /dev/null
+++ b/.lldbinit
@@ -0,0 +1,5 @@
+# To use our LLDB extensions add the following to the file ~/.lldbinit:
+#
+# settings set target.load-cwd-lldbinit true
+#
+command script import buildscripts/lldb/lldb_printers.py \ No newline at end of file