xref: /llvm-project/lldb/test/Shell/ExecControl/StepIn/step_through-aarch64-thunk.test (revision b22a6f1eba8e27b2a21bf6b96a3bd349230cb80a)
1# REQUIRES: native && target-aarch64
2
3# This test is specific to elf platforms.
4# UNSUPPORTED: system-windows, system-darwin
5
6# RUN: %clangxx_host %p/Inputs/aarch64_thunk.cc -g -o %t.out
7# RUN: %lldb %t.out -s %s | FileCheck %s
8
9b main
10# CHECK: Breakpoint 1: where = step_through-aarch64-thunk.test.tmp.out`main
11
12r
13# CHECK: stop reason = breakpoint 1.1
14
15s
16# CHECK: stop reason = step in
17# CHECK:     frame #0: {{.*}} step_through-aarch64-thunk.test.tmp.out`::step_here()
18