kparzysz added a comment.
This broke Lua support:
In file included from
/w/src/llvm.org/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp:9:
/w/src/llvm.org/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h:95:68:
error: non-virtual member function marked 'override' hides virtual member
function
const char *command_body_text) override;
^
/w/src/llvm.org/lldb/include/lldb/Interpreter/ScriptInterpreter.h:415:16:
note: hidden overloaded virtual function
'lldb_private::ScriptInterpreter::SetWatchpointCommandCallback' declared here:
different number of parameters (3 vs 2)
virtual void SetWatchpointCommandCallback(WatchpointOptions *wp_options,
^
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144688/new/
https://reviews.llvm.org/D144688
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits