Files
clang-p2996/lldb/test/Shell/ObjectFile/ELF/netbsd-core-amd64.test
Jonas Devlieghere 87aa9c9e4d Re-land "[test] Split LLDB tests into API, Shell & Unit"
The original patch got reverted because it broke `check-lldb` on a clean
build. This fixes that.

llvm-svn: 374201
2019-10-09 19:22:02 +00:00

13 lines
313 B
Plaintext

# Test whether NetBSD core dumps are recognized correctly.
# Core dump generated by the following program:
# int main() {
# void* v = 0;
# *v = 1;
# return 0;
# }
# RUN: lldb-test object-file %S/Inputs/netbsd-amd64.core | FileCheck %s
# CHECK: Architecture: x86_64-unknown-netbsd
# CHECK: Type: core file