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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to