13 lines · plain
1# Test whether NetBSD core dumps are recognized correctly.2 3# Core dump generated by the following program:4# int main() {5# void* v = 0;6# *v = 1;7# return 0;8# }9 10# RUN: lldb-test object-file %S/Inputs/netbsd-amd64.core | FileCheck %s11# CHECK: Architecture: x86_64-unknown-netbsd12# CHECK: Type: core file13