[all-commits] [llvm/llvm-project] 878ff1: [llvm-readobj] Add support for machine-independent...
Frederic Cambus via All-commits
all-commits at lists.llvm.org
Thu Dec 2 03:28:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 878ff1f9f85f6c539efb9b8c00978011d381f278
https://github.com/llvm/llvm-project/commit/878ff1f9f85f6c539efb9b8c00978011d381f278
Author: Frederic Cambus <fred at statdns.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M llvm/include/llvm/BinaryFormat/ELF.h
M llvm/lib/ObjectYAML/ELFYAML.cpp
A llvm/test/tools/llvm-readobj/ELF/note-netbsd-core.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-readobj] Add support for machine-independent NetBSD ELF core notes.
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
Differential Revision: https://reviews.llvm.org/D114635
More information about the All-commits
mailing list