[Lldb-commits] [PATCH] D119831: [lldb] Add support for a "system-wide" lldbinit file
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 15 13:28:30 PST 2022
wallace added inline comments.
================
Comment at: lldb/include/lldb/Interpreter/CommandInterpreter.h:256
void SourceInitFileHome(CommandReturnObject &result, bool is_repl);
+ void SourceSystemInitFile(CommandReturnObject &result);
----------------
JDevlieghere wrote:
> `SourceInitFileSystem` for consistency with the other two? Or maybe you were planning to change the other two in another patch?
calling it SourceInitFileSystem is a bit confusing. What about using Global instead of System to avoid naming issues?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119831/new/
https://reviews.llvm.org/D119831
More information about the lldb-commits
mailing list