[Lldb-commits] [PATCH] D61578: [Driver] Add command line option to allow loading local lldbinit file
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 6 09:11:25 PDT 2019
JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.
================
Comment at: lldb/tools/driver/Options.td:94-100
def: Flag<["-"], "x">,
Alias<no_lldbinit>,
HelpText<"Alias for --no-lldbinit">,
Group<grp_command>;
+def local_lldbinit: F<"local-lldbinit">,
+ HelpText<"Allow the debugger to load the local lldbinit files.">,
+ Group<grp_command>;
----------------
labath wrote:
> What's the interaction between these two flags?
Good question: the `no-lldbinit` flag supersedes the `allow-lldbinit` flag. I'll update the description to make that clear.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61578/new/
https://reviews.llvm.org/D61578
More information about the lldb-commits
mailing list