From 4c8e79f81582a757ed4333f8ff2ad4da18bab39a Mon Sep 17 00:00:00 2001 From: jimingham Date: Mon, 28 Jul 2025 15:11:22 -0700 Subject: Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#150720) This is NFC, I'm modernizing the interface before I add to it in a subsequent commit. --- lldb/source/Target/Target.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/source/Target/Target.cpp') diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp index 823b4b5a6c99..4f39f6018e62 100644 --- a/lldb/source/Target/Target.cpp +++ b/lldb/source/Target/Target.cpp @@ -36,6 +36,7 @@ #include "lldb/Host/StreamFile.h" #include "lldb/Interpreter/CommandInterpreter.h" #include "lldb/Interpreter/CommandReturnObject.h" +#include "lldb/Interpreter/Interfaces/ScriptedBreakpointInterface.h" #include "lldb/Interpreter/Interfaces/ScriptedStopHookInterface.h" #include "lldb/Interpreter/OptionGroupWatchpoint.h" #include "lldb/Interpreter/OptionValues.h" -- cgit v1.2.3