[Lldb-commits] [lldb] Add a breakpoint override resolver feature to lldb (PR #195392)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Fri May 8 07:40:25 PDT 2026


================

----------------
charles-zablit wrote:

```suggestion
// LLDB Python header must be included first
#include "../lldb-python.h"

#include "lldb/Breakpoint/Breakpoint.h"
#include "lldb/Breakpoint/BreakpointResolverScripted.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Symbol/SymbolContext.h"
#include "lldb/Target/ExecutionContext.h"
#include "lldb/Utility/Log.h"
#include "lldb/lldb-enumerations.h"
```

This fixes the build issue on Windows.

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


More information about the lldb-commits mailing list