[Lldb-commits] [PATCH] D71232: [lldb/Lua] Add Boilerplate for a Lua Script Interpreter
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 9 17:07:04 PST 2019
xiaobai added a comment.
I'm really excited to see where this goes! :D
================
Comment at: lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp:64
+const char *ScriptInterpreterLua::GetPluginDescriptionStatic() {
+ return "Null script interpreter";
+}
----------------
Why is this `Null` and not `Lua`? :P
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71232/new/
https://reviews.llvm.org/D71232
More information about the lldb-commits
mailing list