[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Unwind / eh-frame-dwarf-unwind.test
blob3df9906394f432ea465b626a109b9ee85e0ef0b9
1 # Test handing of dwarf expressions specifying the location of registers, if
2 # those expressions refer to the frame's CFA value.
4 # UNSUPPORTED: system-windows
5 # REQUIRES: target-x86_64, native
7 # RUN: %clang_host %p/Inputs/call-asm.c %p/Inputs/eh-frame-dwarf-unwind.s -o %t
8 # RUN: %lldb %t -s %s -o exit | FileCheck %s
10 breakpoint set -n bar
11 # CHECK: Breakpoint 1: where = {{.*}}`bar
13 process launch
14 # CHECK: stop reason = breakpoint 1.1
16 thread backtrace
17 # CHECK: frame #0: {{.*}}`bar
18 # CHECK: frame #1: {{.*}}`foo + 5
19 # CHECK: frame #2: {{.*}}`asm_main + 22
21 target modules show-unwind -n foo
22 # CHECK: eh_frame UnwindPlan:
23 # CHECK: row[0]: 0: CFA=rsp +8 => rip=DW_OP_lit8, DW_OP_minus, DW_OP_deref, DW_OP_const1u 0x47, DW_OP_minus