jingham added a comment. Also for anyone not using CLion, having the local .lldbinit file in the root directory is not all that helpful, you'd really want it to be copied into the bin directory of your build, since most people when debugging their new binaries cd to the bin directory and run it from there. I'd suggest having it in some suitable subdirectory, and then have the build system copy it to the useful location, which for CLion would be the project root and for anything else would be the bin directory.
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D141219/new/ https://reviews.llvm.org/D141219 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits