[DynInst_API:] [dyninst/dyninst] 0ad189: MachRegister: Add interface for collecting and ret...


Date: Mon, 11 Mar 2024 10:31:42 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 0ad189: MachRegister: Add interface for collecting and ret...
  Branch: refs/heads/thaines/machregister_all_regs
  Home:   https://github.com/dyninst/dyninst
  Commit: 0ad189d278220739c3743f1f1ee53bd9234de3e0
      https://github.com/dyninst/dyninst/commit/0ad189d278220739c3743f1f1ee53bd9234de3e0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
    M common/h/registers/MachRegister.h
    M common/src/registers/MachRegister.C

  Log Message:
  -----------
  MachRegister: Add interface for collecting and retrieving all registers

This makes writing ABI rules much simpler. It could also be useful for
some power users.


  Commit: ad90cb75e0c7b6f9cb7a3216d1b73135ac7d93ba
      https://github.com/dyninst/dyninst/commit/ad90cb75e0c7b6f9cb7a3216d1b73135ac7d93ba
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
    M common/src/registers/MachRegister.C

  Log Message:
  -----------
  Only save the rgister when a name is given

The other constructor is used to convert registers and would create duplicates since the name
isn't changed.


Compare: https://github.com/dyninst/dyninst/compare/c066b943b548...ad90cb75e0c7

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] 0ad189: MachRegister: Add interface for collecting and ret..., Tim Haines <=