[Lldb-commits] [PATCH] D86996: [lldb] Add -l/--language option to script command
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 2 11:58:31 PDT 2020
JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.
================
Comment at: lldb/source/Commands/CommandObjectScript.cpp:37
+ "default",
+ "The default scripting language.",
+ },
----------------
kastiglione wrote:
> is the default's name available in a `define`? If maybe it'd be good to include it here? I don't actually know when/where this string gets printed.
It's set dynamically as a debugger property, while the options here are static.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86996/new/
https://reviews.llvm.org/D86996
More information about the lldb-commits
mailing list