36 lines · plain
1RUN: lldb-test object-file %p/Inputs/identification-linux.syms | FileCheck %s --check-prefix=LINUX2RUN: lldb-test object-file %p/Inputs/identification-macosx.syms | FileCheck %s --check-prefix=MAC3RUN: lldb-test object-file %p/Inputs/identification-macosx-arm64e.syms | FileCheck %s --check-prefix=ARM64E4RUN: lldb-test object-file %p/Inputs/identification-windows.syms | FileCheck %s --check-prefix=WINDOWS5RUN: not lldb-test object-file %p/Inputs/bad-module-id-1.syms 2>&1 | FileCheck %s --check-prefix=ERROR6RUN: not lldb-test object-file %p/Inputs/bad-module-id-2.syms 2>&1 | FileCheck %s --check-prefix=ERROR7RUN: not lldb-test object-file %p/Inputs/bad-module-id-3.syms 2>&1 | FileCheck %s --check-prefix=ERROR8 9LINUX: Plugin name: breakpad10LINUX: Architecture: x86_64--linux11LINUX: UUID: 554889E5-5DC3-CCCC-CCCC-CCCCCCCCCCCC12LINUX: Executable: false13LINUX: Stripped: false14LINUX: Type: debug info15LINUX: Strata: user16 17MAC: Plugin name: breakpad18MAC: Architecture: x86_64--macosx19MAC: UUID: D98C0E68-2089-AA1B-EACD-6A8C1F16707B20MAC: Executable: false21MAC: Stripped: false22MAC: Type: debug info23MAC: Strata: user24 25ARM64E: Architecture: aarch64--macosx26 27WINDOWS: Plugin name: breakpad28WINDOWS: Architecture: i386--windows29WINDOWS: UUID: A0C91657-80B5-4909-81A1-925EA62165C0-0000000130WINDOWS: Executable: false31WINDOWS: Stripped: false32WINDOWS: Type: debug info33WINDOWS: Strata: user34 35ERROR: not recognised as an object file36