summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Breakpoint/ppc64le-localentry.test
blob: e5a7a6b3baf1b2b1e542b8132ca2837350125280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# REQUIRES: powerpc
#
# RUN: llvm-mc -triple=powerpc64le -filetype=obj %p/Inputs/ppc64le-localentry.s -o %t
# RUN: lldb-test breakpoints %t %s | FileCheck %s

breakpoint set -n lfunc
# CHECK-LABEL: breakpoint set -n lfunc
# CHECK: Address: {{.*}}`lfunc + 8

breakpoint set -n simple
# CHECK-LABEL: breakpoint set -n simple
# CHECK: Address: {{.*}}`simple