Skip to content

Commit

Permalink
[lldb] Speculative fix for trap_frame_sym_ctx.test
Browse files Browse the repository at this point in the history
Unfortunately I can't actually reproduce this locally.

(cherry picked from commit 19d3f34)
  • Loading branch information
adrian-prantl committed Sep 19, 2024
1 parent cdc8a29 commit 524719b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/Shell/Unwind/trap_frame_sym_ctx.test
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ breakpoint set -n bar
process launch
# CHECK: stop reason = breakpoint 1.1

thread backtrace
thread backtrace -u
# CHECK: frame #0: {{.*}}`bar
# CHECK: frame #1: {{.*}}`tramp
# CHECK: frame #2: {{.*}}`main

0 comments on commit 524719b

Please sign in to comment.