blob: f1b43b8c35ebf48df34c5af5f5dbcaa08cdfa658 (
plain)
1
2
3
4
5
6
7
|
# 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
|