[Lldb-commits] [lldb] [lldb] Flush delayed breakpoints before eagerly changing one (PR #195815)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri May 8 05:00:24 PDT 2026
DavidSpickett wrote:
I expect using address `0x1234568` would work but I'll let @felipepiovezan decide what to do.
FYI, when I run the test on AArch64 Linux, I see some warnings:
```
UNSUPPORTED: LLDB (/home/davspi01/build-llvm-aarch64/bin/clang-aarch64) :: test_dsym (TestDelayedBreakpoint.TestDelayedBreakpoint) (test case does not fall in any category of interest for this run)
PASS: LLDB (/home/davspi01/build-llvm-aarch64/bin/clang-aarch64) :: test_dwarf (TestDelayedBreakpoint.TestDelayedBreakpoint)
PASS: LLDB (/home/davspi01/build-llvm-aarch64/bin/clang-aarch64) :: test_dwo (TestDelayedBreakpoint.TestDelayedBreakpoint)
UNSUPPORTED: LLDB (/home/davspi01/build-llvm-aarch64/bin/clang-aarch64) :: test_eager_breakpoints_dsym (TestDelayedBreakpoint.TestDelayedBreakpoint) (test case does not fall in any category of interest for this run)
warning: failed to set breakpoint site at 0x1234568 for breakpoint 3.1: error sending the breakpoint request: 9
PASS: LLDB (/home/davspi01/build-llvm-aarch64/bin/clang-aarch64) :: test_eager_breakpoints_dwarf (TestDelayedBreakpoint.TestDelayedBreakpoint)
warning: failed to set breakpoint site at 0x1234568 for breakpoint 3.1: error sending the breakpoint request: 9
PASS: LLDB (/home/davspi01/build-llvm-aarch64/bin/clang-aarch64) :: test_eager_breakpoints_dwo (TestDelayedBreakpoint.TestDelayedBreakpoint)
----------------------------------------------------------------------
Ran 6 tests in 0.521s
```
Maybe you can avoid those being sent to stdout, maybe not.
https://github.com/llvm/llvm-project/pull/195815
More information about the lldb-commits
mailing list