[Lldb-commits] [lldb] [lldb/Interpreter] Make Scripted*Interface base class abstract (PR #71465)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 6 16:22:06 PST 2023
medismailben wrote:
> If I wanted to add `ScriptedLuaProcessInterface` (as an example), what would I need to do?
In the current state, you'd just need to implement at lease `ScriptedProcessLuaInterface::CreatePluginObject` to construct the object. But after I land #71260, you'll also have to implement `ScriptedProcessLuaInterface::GetAbstractMethods`.
https://github.com/llvm/llvm-project/pull/71465
More information about the lldb-commits
mailing list