[PATCH] D42870: [lldb] [ObjectFile/ELF] Correct recognition of NetBSD images

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 10:26:20 PST 2019


krytarowski added inline comments.


================
Comment at: lldb/lit/Modules/ELF/netbsd-core.test:3
+
+# RUN: lldb-test object-file %S/Inputs/netbsd.core | FileCheck %s
+# CHECK: Architecture: x86_64-unknown-netbsd
----------------
I propose to keep it as netbsd$VERSION-$ARCH.core

We will want multiple core(5) files and possible with variations (FPU layout).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D42870/new/

https://reviews.llvm.org/D42870





More information about the llvm-commits mailing list