You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
353 B

# REQUIRES: powerpc
#
# RUN: llvm-mc -triple=powerpc64le -filetype=obj %p/Inputs/ppc64-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