Skip to content

Commit 1d0b285

Browse files
[lldb] Relax check for breakpoint site in Unwind/windows-unaligned-x86_64.test (#115318)
This test checks the thread backtrace for entries of intermediate frames that aren't aligned to 16 bytes. In order to do that, it sets a single breakpoint and makes sure we stop there. It seems sufficient, however, to check that we hit the breakpoint itself and not which particular site.
1 parent eac0261 commit 1d0b285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Unwind/windows-unaligned-x86_64.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ breakpoint set -n func
1717
# CHECK: Breakpoint 1: where = {{.*}}`{{(::)?}}func
1818

1919
process launch
20-
# CHECK: stop reason = breakpoint 1.1
20+
# CHECK: stop reason = breakpoint 1
2121

2222
thread backtrace
2323
# CHECK: frame #0: {{.*}}`{{(::)?}}func

0 commit comments

Comments
 (0)