[Lldb-commits] [lldb] [lldb] Flush delayed breakpoints before eagerly changing one (PR #195815)

Leandro Lupori via lldb-commits lldb-commits at lists.llvm.org
Thu May 7 14:05:49 PDT 2026


luporl wrote:

It looks like this caused a regression on the [lldb-arm-ubuntu](https://lab.llvm.org/buildbot/#/builders/18) bot: https://lab.llvm.org/buildbot/#/builders/18/builds/25853.

Although build 25853 failed because the bot ran out of disk space, `functionalities/breakpoint/delayed_breakpoints/TestDelayedBreakpoint.py` started failing on the next build.
I have confirmed locally that the failure started with this PR, since check-lldb reports no errors with the previous commit.

Can you please take a look at it?
I can help with Arm testing, if needed.

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


More information about the lldb-commits mailing list