[Lldb-commits] [lldb] [lldb/Interpreter] Surface Python exceptions from scripted extensions (PR #198153)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 27 13:54:36 PDT 2026
================
@@ -14,7 +14,7 @@
#include "ScriptedInterface.h"
namespace lldb_private {
-class ScriptedHookInterface : public ScriptedInterface {
+class ScriptedHookInterface : virtual public ScriptedInterface {
----------------
jimingham wrote:
I'm surprised we have Classes that derive from two of these Scripted***Interfaces. What's an example of that? Or was this just in case we ever did that?
https://github.com/llvm/llvm-project/pull/198153
More information about the lldb-commits
mailing list