diff options
| author | jimingham <jingham@apple.com> | 2025-07-28 15:11:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-28 15:11:22 -0700 |
| commit | 4c8e79f81582a757ed4333f8ff2ad4da18bab39a (patch) | |
| tree | 80f46311f5b7d23c6b06f88f4269b41be7fd520e /lldb/source/Target/Target.cpp | |
| parent | 6bcff9eb13f226b89bb6ebc80bb0f3e80b7868f7 (diff) | |
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.
Diffstat (limited to 'lldb/source/Target/Target.cpp')
| -rw-r--r-- | lldb/source/Target/Target.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
