0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 12:39:08 +01:00
mongodb/.lldbinit

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
337 B
Plaintext
Raw Normal View History

# To use our LLDB extensions add the following to the file ~/.lldbinit:
#
# 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