[Lldb-commits] [lldb] [lldb-dap] Refactoring breakpoints to not use the `g_dap` reference. (PR #115208)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 7 01:13:44 PST 2024


================
@@ -10,6 +10,8 @@
 #define LLDB_TOOLS_LLDB_DAP_BREAKPOINT_H
 
 #include "BreakpointBase.h"
+#include "DAPForward.h"
+
 #include "lldb/API/SBBreakpoint.h"
----------------
labath wrote:

```suggestion
#include "DAPForward.h"
#include "lldb/API/SBBreakpoint.h"
```

https://github.com/llvm/llvm-project/pull/115208


More information about the lldb-commits mailing list