[DynInst_API:] [dyninst/dyninst] 6f1f2c: x86: fix PC conversion


Date: Thu, 19 Dec 2024 06:12:04 -0800
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 6f1f2c: x86: fix PC conversion
  Branch: refs/heads/thaines/roseregs_fix_x86
  Home:   https://github.com/dyninst/dyninst
  Commit: 6f1f2c181baaaea6ec0e65bfcceb3d8a9a28e425
      https://github.com/dyninst/dyninst/commit/6f1f2c181baaaea6ec0e65bfcceb3d8a9a28e425
  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:
  -----------
  x86: fix PC conversion

The category isn't necessarily guaranteed to be 0.


  Commit: e96d27851182319bb2704de700ce626631435333
      https://github.com/dyninst/dyninst/commit/e96d27851182319bb2704de700ce626631435333
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-12-19 (Thu, 19 Dec 2024)

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

  Log Message:
  -----------
  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.


Compare: https://github.com/dyninst/dyninst/compare/0c87520721af...e96d27851182

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] 6f1f2c: x86: fix PC conversion, Tim Haines <=