[DynInst_API:] [dyninst/dyninst] 97d05d: Fix x86 MachRegister -> ROSE register conversion (...


Date: Thu, 19 Dec 2024 07:45:49 -0800
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 97d05d: Fix x86 MachRegister -> ROSE register conversion (...
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 97d05de638fb271471f70b055399b31c06076933
      https://github.com/dyninst/dyninst/commit/97d05de638fb271471f70b055399b31c06076933
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-12-19 (Thu, 19 Dec 2024)

  Changed paths:
    M dataflowAPI/rose/registers/convert.C
    M dataflowAPI/rose/registers/x86.h

  Log Message:
  -----------
  Fix x86 MachRegister -> ROSE register conversion (#1844)

* x86: fix PC conversion

The category isn't necessarily guaranteed to be 0.

* x86: expand EFLAGS conversion

The 32-bit EFLAGS includes the reserved bits. This makes it consistent
with the 64-bit version. Note: The lower 32-bits of RFLAGS is EFLAGS,
and the upper 32-bits are reserved.



To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 97d05d: Fix x86 MachRegister -> ROSE register conversion (..., Tim Haines <=