[PATCH] D114635: [llvm-readobj] Add support for machine-independent NetBSD ELF core notes.

Frederic Cambus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 26 05:16:18 PST 2021


fcambus created this revision.
fcambus added reviewers: atanasyan, MaskRay, jhenderson, krytarowski.
Herald added subscribers: rupprecht, hiraditya, emaste.
fcambus requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Notes generated in NetBSD core files provide additional information about processes.

These notes are described in core.5, which can be viewed here: https://man.netbsd.org/core.5


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114635

Files:
  llvm/include/llvm/BinaryFormat/ELF.h
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/test/tools/llvm-readobj/ELF/note-netbsd-core.test
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114635.390026.patch
Type: text/x-patch
Size: 4355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211126/b6e38e09/attachment.bin>


More information about the llvm-commits mailing list