[all-commits] [llvm/llvm-project] a434ca: [lldb] Add Populate Methods for ELFLinuxPrPsInfo a...

Fred Grim via All-commits all-commits at lists.llvm.org
Fri Aug 16 08:53:37 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a434cac523da6db542350fd747967520aaae8fbb
      https://github.com/llvm/llvm-project/commit/a434cac523da6db542350fd747967520aaae8fbb
  Author: Fred Grim <fgrim at apple.com>
  Date:   2024-08-16 (Fri, 16 Aug 2024)

  Changed paths:
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.h
    M lldb/unittests/Process/CMakeLists.txt
    A lldb/unittests/Process/elf-core/CMakeLists.txt
    A lldb/unittests/Process/elf-core/ThreadElfCoreTest.cpp

  Log Message:
  -----------
  [lldb] Add Populate Methods for ELFLinuxPrPsInfo and ELFLinuxPrStatus (#104109)

To create elf core files there are multiple notes in the core file that
contain these structs as the note. These populate methods take a Process
and produce fully specified structures that can be used to fill these
note sections. The pr also adds tests to ensure these structs are
correctly populated.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list