Skip to content

Commit

Permalink
[lldb] Relax check for breakpoint site in Unwind/windows-unaligned-x8…
Browse files Browse the repository at this point in the history
…6_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.
  • Loading branch information
weliveindetail authored Nov 18, 2024
1 parent eac0261 commit 1d0b285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/Shell/Unwind/windows-unaligned-x86_64.test
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ breakpoint set -n func
# CHECK: Breakpoint 1: where = {{.*}}`{{(::)?}}func

process launch
# CHECK: stop reason = breakpoint 1.1
# CHECK: stop reason = breakpoint 1

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

0 comments on commit 1d0b285

Please sign in to comment.