[PATCH] D111966: [llvm-readobj] Add support for reading OpenBSD ELF core notes.
Frederic Cambus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 17 09:19:54 PDT 2021
fcambus created this revision.
fcambus added reviewers: atanasyan, MaskRay, jhenderson.
Herald added subscribers: rupprecht, hiraditya, krytarowski, emaste.
fcambus requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Notes generated in OpenBSD core files provide additional information about the kernel state and CPU registers. These notes are described in core.5, which can be viewed here: https://man.openbsd.org/core.5
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D111966
Files:
llvm/include/llvm/BinaryFormat/ELF.h
llvm/lib/ObjectYAML/ELFYAML.cpp
llvm/test/tools/llvm-readobj/ELF/note-openbsd-core.test
llvm/tools/llvm-readobj/ELFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111966.380255.patch
Type: text/x-patch
Size: 5284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211017/9aea349f/attachment.bin>
More information about the llvm-commits
mailing list