xref: /llvm-project/lldb/test/Shell/Process/ProcessMachCoreArch.test (revision 9f418057dc73e4e5cb94a7cd671097275ffc29fc)
1# RUN: yaml2obj %S/Inputs/corefile.yaml -o %t.corefile
2# RUN: yaml2obj %S/Inputs/a.out.yaml -o %t.out
3
4# RUN: %lldb -b -c %t.corefile %t.out -o 'target list ' | FileCheck %s --check-prefix BINARY
5# BINARY: target {{.*}} arch=armv7em-apple
6
7# RUN: %lldb -b %t.corefile -o 'target list' | FileCheck %s --check-prefix CORE
8# CORE: target {{.*}} arch=armv7-apple
9