[Lldb-commits] [PATCH] D61578: [Driver] Add command line option to allow loading local lldbinit file
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 7 10:52:40 PDT 2019
labath added a comment.
In D61578#1493863 <https://reviews.llvm.org/D61578#1493863>, @jingham wrote:
> 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?)
Yes, they do. However, this test specifically disables that behavior because otherwise we wouldn't even read the CWD lldbinit. Changing the HOME variable might be enough to address this though (and I see Jonas already did that).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61578/new/
https://reviews.llvm.org/D61578
More information about the lldb-commits
mailing list