[Lldb-commits] [PATCH] D86996: [lldb] Add -l/--language option to script command
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 2 11:36:31 PDT 2020
kastiglione added inline comments.
================
Comment at: lldb/source/Commands/CommandObjectScript.cpp:37
+ "default",
+ "The default scripting language.",
+ },
----------------
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86996/new/
https://reviews.llvm.org/D86996
More information about the lldb-commits
mailing list