jingham added inline comments.
================ Comment at: lldb/docs/man/lldb.rst:306 +started) will be read. + +SEE ALSO ---------------- This isn't quite right. The actual rule is: If the lldb library is loaded into an executable called Foo, lldb will first look for ~/.lldbinit-Foo, and if that exists will load and otherwise it will fall back on ~/.lldbinit. That goes for any executable. Also, if we find ~/.lldbinit-<EXECUTABLE> we don't read the ~/.lldbinit. There is special handling for Xcode, because when using Xcode the lldb library is actually loaded into a binary called lldb-rpc-server. So there's a little hack where IF the program happens to be lldb-rpc-server, we try .lldbinit-Xcode. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70514/new/ https://reviews.llvm.org/D70514 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits