[all-commits] [llvm/llvm-project] 4ab298: [LLDB][ThreadELFCore] Set all the properties of EL...

Jacob Lalonde via All-commits all-commits at lists.llvm.org
Tue Nov 26 10:21:15 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ab298b5fbc8f48387062b2dd99ea07127c02e6b
      https://github.com/llvm/llvm-project/commit/4ab298b5fbc8f48387062b2dd99ea07127c02e6b
  Author: Jacob Lalonde <jalalonde at fb.com>
  Date:   2024-11-26 (Tue, 26 Nov 2024)

  Changed paths:
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.h

  Log Message:
  -----------
  [LLDB][ThreadELFCore] Set all the properties of ELFLinuxSigInfo to a non build dependent size (#117604)

On #110065 the changes to LinuxSigInfo Struct introduced some variables
that will differ in size on 32b or 64b. I've rectified this by setting
them all to build independent types.



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