[DynInst_API:] [dyninst/dyninst] 91f689: Class declaration for base architecture specific f...


Date: Mon, 17 Oct 2016 10:40:23 -0700
From: Sunny Shah <shah28@xxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 91f689: Class declaration for base architecture specific f...
  Branch: refs/heads/att_syntax
  Home:   https://github.com/dyninst/dyninst
  Commit: 91f68981d16606d4c725a27315c6f970bf83addc
      https://github.com/dyninst/dyninst/commit/91f68981d16606d4c725a27315c6f970bf83addc
  Author: Sunny Shah <shah28@xxxxxxxx>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    A instructionAPI/h/ArchSpecificFormatters.h

  Log Message:
  -----------
  Class declaration for base architecture specific formatter

The new strategy for instruction formatting is to have a class for each
architecture which inherit from a base class. All methods of the latter
are to be pure virtual, each representing formatting of a different type
of leaf node that can appear in the AST (register, immediate, dereference) and a method for re-ordering the operands if necessary that also returning the final instruction string.


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 91f689: Class declaration for base architecture specific f..., Sunny Shah <=