Package ghidra.app.util.bin.format.dwarf.expression
package ghidra.app.util.bin.format.dwarf.expression
-
ClassDescriptionA
DWARFExpression
is an immutable list ofoperations
and some factory methods to read an expression from its binary representation.Evaluates a subset of DWARF expression opcodes.A exception that is thrown when dealing withDWARF expressions
or when they areevaluated.
DWARF expression opcode consts from www.dwarfstd.org/doc/DWARF4.pdfEnumeration that represents the different type of operands that aopcode
can take.The result of executing aDWARFExpression
with aDWARFExpressionEvaluator
.