1# RUN: yaml2obj %S/Inputs/uuid-matching-mac.yaml -o %T/uuid-matching-mac.out 2# RUN: cd %S 3# RUN: %lldb %T/uuid-matching-mac.out -s %s -o exit | FileCheck %s 4 5target symbols add Inputs/uuid-matching-mac.syms 6# CHECK-LABEL: target symbols add 7# CHECK: symbol file '{{.*}}uuid-matching-mac.syms' has been added to '{{.*}}uuid-matching-mac.out' 8 9image lookup -n main 10# CHECK-LABEL: image lookup 11# CHECK: Address: uuid-matching-mac.out[0x0000000100000f90] 12 13 14