[Lldb-commits] [PATCH] D77241: update eArgTypeScriptLang description to mention lua

2020-04-02 Thread Ed Maste via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG55e32e92cda7: [lldb] update eArgTypeScriptLang description to mention lua (authored by emaste). Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Repository: rG LLVM Github

[Lldb-commits] [PATCH] D77241: update eArgTypeScriptLang description to mention lua

2020-04-01 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. Thanks, LGTM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77241/new/ https://reviews.llvm.org/D77241 ___ lldb-commits

[Lldb-commits] [PATCH] D77241: update eArgTypeScriptLang description to mention lua

2020-04-01 Thread Ed Maste via Phabricator via lldb-commits
emaste updated this revision to Diff 254369. emaste added a comment. reword CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77241/new/ https://reviews.llvm.org/D77241 Files: lldb/source/Interpreter/CommandObject.cpp Index: lldb/source/Interpreter/CommandObject.cpp

[Lldb-commits] [PATCH] D77241: update eArgTypeScriptLang description to mention lua

2020-04-01 Thread Jonas Devlieghere via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D77241: update eArgTypeScriptLang description to mention lua

2020-04-01 Thread Ed Maste via Phabricator via lldb-commits
emaste created this revision. emaste added a reviewer: JDevlieghere. `--script-language python` and `--script-language lua` are now valid I went with lowercase to match the args https://reviews.llvm.org/D77241 Files: lldb/source/Interpreter/CommandObject.cpp Index: