18 lines · plain
1# REQUIRES: native && target-aarch642 3# This test is specific to elf platforms.4# UNSUPPORTED: system-windows, system-darwin5 6# RUN: %clangxx_host %p/Inputs/aarch64_thunk.cc -g -o %t.out7# RUN: %lldb %t.out -s %s | FileCheck %s8 9b main10# CHECK: Breakpoint 1: where = step_through-aarch64-thunk.test.tmp.out`main11 12r13# CHECK: stop reason = breakpoint 1.114 15s16# CHECK: stop reason = step in17# CHECK: frame #0: {{.*}} step_through-aarch64-thunk.test.tmp.out`::step_here()18