Class DwarfCallFrameOpcodeParser


  • public class DwarfCallFrameOpcodeParser
    extends java.lang.Object
    An opcode parser for operands of a call frame instruction. The operands are encoded as DWARF expressions.

    The data encodings can be found in the DWARF Debugging Information Format specification under Call Frame Information in the Data Representation section.

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DwarfCallFrameOpcodeParser

        public DwarfCallFrameOpcodeParser​(Program program,
                                          Address address,
                                          int length)
        Constructs an opcode parser.
        Parameters:
        program - the program with the bytes to parse
        address - the address of the bytes to parse
        length - the number of bytes to parse