[all-commits] [llvm/llvm-project] 650311: [llvm-readobj] Add support for reading OpenBSD ELF...

Frederic Cambus via All-commits all-commits at lists.llvm.org
Tue Nov 2 02:19:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 650311737eee207171f2407da8ecea780863fa1f
      https://github.com/llvm/llvm-project/commit/650311737eee207171f2407da8ecea780863fa1f
  Author: Frederic Cambus <fred at statdns.com>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M llvm/include/llvm/BinaryFormat/ELF.h
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    A llvm/test/tools/llvm-readobj/ELF/note-openbsd-core.test
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [llvm-readobj] Add support for reading OpenBSD ELF core notes.

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

Differential Revision: https://reviews.llvm.org/D111966




More information about the All-commits mailing list