lldbinit-CMakeBuild.in 269 Bytes
Newer Older
Alberto Gonzalez's avatar
Alberto Gonzalez committed
1 2 3 4 5 6 7 8 9 10 11
# lldbinit-@PROJECT_NAME@
#
# Add the following line to ~/.lldbinit
# command source -s 0 @LLDB_INSTALL_ROOT@/lldbinit-@PROJECT_NAME@
# 

# Load a custom LLDB python module.
command script import @LLDB_INSTALL_DIR@/CMakeBuildLldbExt.py


# Other settings , aliases ...