[DynInst_API:] [dyninst/dyninst] 7456c0: add getDisplayOrderedOperands interface (#1465)


Date: Wed, 26 Jul 2023 08:34:36 -0700
From: kupsch <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 7456c0: add getDisplayOrderedOperands interface (#1465)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 7456c05b979130eba42c4ee39a9ed00c92de2ba4
      https://github.com/dyninst/dyninst/commit/7456c05b979130eba42c4ee39a9ed00c92de2ba4
  Author: kupsch <kupsch@xxxxxxxxxxx>
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
    M instructionAPI/h/ArchSpecificFormatters.h
    M instructionAPI/h/Instruction.h
    M instructionAPI/src/ArchSpecificFormatters.C
    M instructionAPI/src/Instruction.C

  Log Message:
  -----------
  add getDisplayOrderedOperands interface (#1465)

Add method Instruction::getDisplayOrderedOperands to return the
operands that are displayed (non implicit operands) when formatting an
instruction for disassembly.  Returns a vector of Operands in display
order.

These operands can be inspected and formatted to produce a disassembly
string with annotations.


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 7456c0: add getDisplayOrderedOperands interface (#1465), kupsch <=