diff options
author | Eric Milkie <milkie@users.noreply.github.com> | 2019-06-17 10:07:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 10:07:37 -0400 |
commit | 84c40f61d855f9dc059e4161ad55819c0e113219 (patch) | |
tree | 79dfcf3cbc1065599ba32458dcb18fc3f62ef56d /.lldbinit | |
parent | cd8fc73729417a11fe65a1c5b1b540bcaba95420 (diff) | |
download | mongo-84c40f61d855f9dc059e4161ad55819c0e113219.tar.gz |
SERVER-41168 Add lldb comment to .lldbinit
Diffstat (limited to '.lldbinit')
-rw-r--r-- | .lldbinit | 3 |
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 |