[Lldb-commits] [lldb] Add a breakpoint override resolver feature to lldb (PR #195392)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Wed May 6 13:58:10 PDT 2026
medismailben wrote:
PR testing is complaining about an unused variable
```
2026-05-06T20:09:52.3371635Z /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/API/SBTarget.cpp:703:41: error: unused variable 'new_override' [-Werror,-Wunused-variable]
2026-05-06T20:09:52.3372973Z 703 | ScriptedBreakpointResolverOverride *new_override =
2026-05-06T20:09:52.3373746Z | ^~~~~~~~~~~~
2026-05-06T20:09:52.3374204Z 1 error generated.
```
https://github.com/llvm/llvm-project/pull/195392
More information about the lldb-commits
mailing list