================
@@ -11,9 +11,34 @@
 
 #include "ScriptedInterface.h"
 #include "lldb/Symbol/SymbolContext.h"
+#include "lldb/Target/Target.h"
 #include "lldb/lldb-private.h"
 
 namespace lldb_private {
+class ScriptedBreakpointResolverOverride
+    : public Target::BreakpointResolverOverride {
+public:
+  ScriptedBreakpointResolverOverride(Target &target,
+                                     const std::string &description,
+                                     const std::string &class_name,
+                                     StructuredDataImpl &args_data)
----------------
medismailben wrote:

This should be `ScriptedMetadata`

https://github.com/llvm/llvm-project/pull/195392
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to