1# REQUIRES: native && target-arm && !system-darwin 2# RUN: %clangxx_host -fomit-frame-pointer %p/Inputs/arm-gp-read.cpp -o %t 3# RUN: %lldb -b -s %s %t | FileCheck %s 4process launch 5 6register read --all 7# CHECK-DAG: r0 = 0x00010203 8# CHECK-DAG: r1 = 0x10111213 9# CHECK-DAG: r2 = 0x20212223 10# CHECK-DAG: r3 = 0x30313233 11# CHECK-DAG: r4 = 0x40414243 12# CHECK-DAG: r5 = 0x50515253 13# CHECK-DAG: r6 = 0x60616263 14# CHECK-DAG: r7 = 0x70717273 15 16# CHECK-DAG: q0 = {0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17} 17# CHECK-DAG: q1 = {0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18} 18# CHECK-DAG: q2 = {0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19} 19# CHECK-DAG: q3 = {0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a} 20