Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / Minidump / Windows / arm-fp-unwind.test
blob7c056b612a4e1b0220837c511bfb327256da91df
1 Test that unwind plans use the frame pointer register correctly.
3 REQUIRES: arm
5 RUN: yaml2obj %S/Inputs/arm-fp-unwind.exe.yaml -o %T/arm-fp-unwind.exe
6 RUN: yaml2obj %S/Inputs/arm-fp-unwind.dmp.yaml -o %T/arm-fp-unwind.dmp
7 RUN: %lldb -O "settings set target.exec-search-paths %T" \
8 RUN:   -c %T/arm-fp-unwind.dmp -o "image show-unwind -a 0x00c71010" -b \
9 RUN:   | FileCheck %s
11 CHECK: Assembly language inspection UnwindPlan:
12 CHECK-NEXT: This UnwindPlan originally sourced from EmulateInstructionARM
13 CHECK-NEXT: This UnwindPlan is sourced from the compiler: no.
14 CHECK-NEXT: This UnwindPlan is valid at all instruction locations: yes.
15 CHECK-NEXT: This UnwindPlan is for a trap handler function: no.
16 CHECK-NEXT: row[0]:    0: CFA=sp +0 =>
17 CHECK-NEXT: row[1]:    4: CFA=sp +8 => fp=[CFA-8] lr=[CFA-4]
18 CHECK-NEXT: row[2]:    6: CFA=fp +8 => fp=[CFA-8] lr=[CFA-4]