[Lldb-commits] [lldb] [lldb/Interpreter] Make Scripted*Interface base class abstract (PR #71465)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 6 16:18:24 PST 2023


https://github.com/bulbazord approved this pull request.

This more closely matches my intuition for how I would expect this inheritance hierarchy to be set up.

If I wanted to add `ScriptedLuaProcessInterface` (as an example), what would I need to do?

https://github.com/llvm/llvm-project/pull/71465


More information about the lldb-commits mailing list