"compiler-rt/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "516f36d133800163d32a8781ff386de0f291dcfb"
Don't skip the application specific ~/.lldbinit file when the program
name is "lldb". So currently when you startup any application and you have not specified that you would like to skip loading init files through the API or from "lldb" options, then LLDB will try and load: "~/.lldbinit-%s" where %s the basename of your program "~/.lldbinit" Then LLDB will load any program specified on the command line and then source the "./.llbinit" file for any temporary debug session specific commands. I want this feature because I have thread and frame formats that do ANSI color codes that I only want to load when running in a terminal which is when I am running the "lldb" command line program. llvm-svn: 139476
Loading
Please register or sign in to comment