addedmethod:
read
static ghidra.app.util.bin.format.dwarf.DWARFUnitHeader read(ghidra.app.util.bin.format.dwarf.DIEContainer dieContainer, ghidra.app.util.bin.BinaryReader reader, int unitNumber) throws DWARFException, IOException
removedmethod:
read
static ghidra.app.util.bin.format.dwarf.DWARFUnitHeader read(ghidra.app.util.bin.format.dwarf.DWARFProgram dprog, ghidra.app.util.bin.BinaryReader reader, ghidra.app.util.bin.BinaryReader abbrReader, int unitNumber, ghidra.util.task.TaskMonitor monitor) throws DWARFException, IOException, CancelledException