summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/ObjectFile/Breakpad/uuid-matching-mac.test
blob: f2dd2e563127acfa7369f580b788d41db36454ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# RUN: yaml2obj %S/Inputs/uuid-matching-mac.yaml -o %T/uuid-matching-mac.out
# RUN: cd %S
# RUN: %lldb %T/uuid-matching-mac.out -s %s -o exit | FileCheck %s

target symbols add Inputs/uuid-matching-mac.syms
# CHECK-LABEL: target symbols add
# CHECK: symbol file '{{.*}}uuid-matching-mac.syms' has been added to '{{.*}}uuid-matching-mac.out'

image lookup -n main
# CHECK-LABEL: image lookup
# CHECK: Address: uuid-matching-mac.out[0x0000000100000f90]


OpenPOWER on IntegriCloud