15 lines · plain
1# RUN: mkdir -p %t.dir2# RUN: yaml2obj %S/Inputs/uuid-matching-mac.yaml -o %t.dir/uuid-matching-mac.out3# RUN: cd %S4# RUN: %lldb %t.dir/uuid-matching-mac.out -s %s -o exit | FileCheck %s5 6target symbols add Inputs/uuid-matching-mac.syms7# CHECK-LABEL: target symbols add8# CHECK: symbol file '{{.*}}uuid-matching-mac.syms' has been added to '{{.*}}uuid-matching-mac.out'9 10image lookup -n main11# CHECK-LABEL: image lookup12# CHECK: Address: uuid-matching-mac.out[0x0000000100000f90]13 14 15