DWARFExpression

Package: ghidra.app.util.bin.format.dwarf.expression
Type: class

12.0_PUBLIC

addedmethod: equals
boolean equals(java.lang.Object obj)
addedmethod: findInstructionByOffset
int findInstructionByOffset(long offset)
addedmethod: getInstruction
ghidra.app.util.bin.format.dwarf.expression.DWARFExpressionInstruction getInstruction(int i)
addedmethod: getInstructionCount
int getInstructionCount()
addedmethod: hashCode
int hashCode()
addedmethod: isEmpty
boolean isEmpty()
addedmethod: read
static ghidra.app.util.bin.format.dwarf.expression.DWARFExpression read(byte[] exprBytes, ghidra.app.util.bin.format.dwarf.DWARFCompilationUnit cu) throws DWARFExpressionException
addedmethod: toGenericForm
ghidra.app.util.bin.format.dwarf.expression.DWARFExpression toGenericForm()
addedmethod: toString
java.lang.String toString(ghidra.app.util.bin.format.dwarf.DWARFCompilationUnit cu)
addedmethod: toString
java.lang.String toString(int caretPosition, boolean newlines, boolean offsets, ghidra.app.util.bin.format.dwarf.DWARFRegisterMappings regMapping)
removedmethod: exprToString
static java.lang.String exprToString(byte[] exprBytes, ghidra.app.util.bin.format.dwarf.DIEAggregate diea)
removedmethod: findOpByOffset
int findOpByOffset(long offset)
removedmethod: getLastActiveOpIndex
int getLastActiveOpIndex()
removedmethod: getOp
ghidra.app.util.bin.format.dwarf.expression.DWARFExpressionOperation getOp(int i)
removedmethod: getOpCount
int getOpCount()
removedmethod: toString
java.lang.String toString(int caretPosition, boolean newlines, boolean offsets)

11.1_PUBLIC

introducedInitial version