1 //===-- VSCodeForward.h -----------------------------------------*- C++ -*-===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #ifndef LLDB_TOOLS_LLDB_VSCODE_VSCODEFORWARD_H
10 #define LLDB_TOOLS_LLDB_VSCODE_VSCODEFORWARD_H
12 namespace lldb_vscode
{
13 struct BreakpointBase
;
14 struct ExceptionBreakpoint
;
15 struct FunctionBreakpoint
;
16 struct SourceBreakpoint
;
17 struct SourceReference
;
18 } // namespace lldb_vscode
23 class SBBreakpointLocation
;
24 class SBCommandInterpreter
;
25 class SBCommandReturnObject
;
26 class SBCommunication
;
32 class SBInstructionList
;
33 class SBLanguageRuntime
;