Class DWARFParser
java.lang.Object
ghidra.app.util.bin.format.dwarf4.next.DWARFParser
Performs a DWARF datatype import and a DWARF function import, under the control of the
DWARFImportOptions.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse()Imports DWARF information according to theDWARFImportOptionsset.
-
Constructor Details
-
DWARFParser
-
-
Method Details
-
parse
Imports DWARF information according to theDWARFImportOptionsset.DWARFProgram.checkPreconditions(TaskMonitor)must be called before this.- Returns:
- Throws:
IOExceptionDWARFExceptionCancelledException
-