jingham added a comment. In D61578#1493452 <https://reviews.llvm.org/D61578#1493452>, @labath wrote:
> In D61578#1492422 <https://reviews.llvm.org/D61578#1492422>, @JDevlieghere > wrote: > > > In D61578#1492086 <https://reviews.llvm.org/D61578#1492086>, @clayborg > > wrote: > > > > > Just wanted to verify that we can put a: > > > > > > settings set target.load-cwd-lldbinit true > > > > > > > > > in our ~/.lldbinit file and it will then load the local init file in the > > > current working directory? > > > > > > Yep, that behavior remains unchanged. > > > Unfortunately, I guess that also means that if somebody does that (set this > setting in the global config file), this test will fail for him. I think that > means that one day we will have to add a flag to specifically disable reading > of the global config file, or find some way to mock its contents. The dotest.py tests all disable reading the global .lldbinit file. Do the lit tests not do that as well? For tests that actually test reading the user's .lldbinit file we will need to do something fancy (can we change the HOME environment variable to some other place so that it gets read from there?) Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61578/new/ https://reviews.llvm.org/D61578 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits