[Lldb-commits] [PATCH] D77241: update eArgTypeScriptLang description to mention lua
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 1 15:12:13 PDT 2020
JDevlieghere added inline comments.
================
Comment at: lldb/source/Interpreter/CommandObject.cpp:1094
{ eArgTypeScriptedCommandSynchronicity, "script-cmd-synchronicity", CommandCompletions::eNoCompletion, { nullptr, false }, "The synchronicity to use to run scripted commands with regard to LLDB event system." },
- { eArgTypeScriptLang, "script-language", CommandCompletions::eNoCompletion, { nullptr, false }, "The scripting language to be used for script-based commands. Currently only Python is valid." },
+ { eArgTypeScriptLang, "script-language", CommandCompletions::eNoCompletion, { nullptr, false }, "The scripting language to be used for script-based commands. python and lua are valid." },
{ eArgTypeSearchWord, "search-word", CommandCompletions::eNoCompletion, { nullptr, false }, "Any word of interest for search purposes." },
----------------
Maybe we can rephrase it as "Supported languages are python and lua"?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77241/new/
https://reviews.llvm.org/D77241
More information about the lldb-commits
mailing list