summaryrefslogtreecommitdiff
path: root/.lldbinit
diff options
context:
space:
mode:
authorEric Milkie <milkie@users.noreply.github.com>2019-06-17 10:07:37 -0400
committerGitHub <noreply@github.com>2019-06-17 10:07:37 -0400
commit84c40f61d855f9dc059e4161ad55819c0e113219 (patch)
tree79dfcf3cbc1065599ba32458dcb18fc3f62ef56d /.lldbinit
parentcd8fc73729417a11fe65a1c5b1b540bcaba95420 (diff)
downloadmongo-84c40f61d855f9dc059e4161ad55819c0e113219.tar.gz
SERVER-41168 Add lldb comment to .lldbinit
Diffstat (limited to '.lldbinit')
-rw-r--r--.lldbinit3
1 files changed, 2 insertions, 1 deletions
diff --git a/.lldbinit b/.lldbinit
index e4084129e21..f1b43b8c35e 100644
--- a/.lldbinit
+++ b/.lldbinit
@@ -2,5 +2,6 @@
#
# settings set target.load-cwd-lldbinit true
#
+# Note: these will only work on XCode lldb with macOS. Linux lldb is not supported at this time.
command script import buildscripts/lldb/lldb_printers.py
-command script import buildscripts/lldb/lldb_commands.py \ No newline at end of file
+command script import buildscripts/lldb/lldb_commands.py