DWARFProgram

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

12.0_PUBLIC

addedmethod: getCharset
java.nio.charset.Charset getCharset()
addedmethod: getChildCount
int getChildCount(int dieIndex)
addedmethod: getLine
ghidra.app.util.bin.format.dwarf.line.DWARFLine getLine(long offset, ghidra.app.util.bin.format.dwarf.DWARFCompilationUnit cu, boolean readIfMissing) throws IOException
addedmethod: getMacroEntries
java.util.List<ghidra.app.util.bin.format.dwarf.macro.entry.DWARFMacroInfoEntry> getMacroEntries(ghidra.app.util.bin.format.dwarf.macro.DWARFMacroHeader macroHeader) throws IOException
addedmethod: getMacroHeader
ghidra.app.util.bin.format.dwarf.macro.DWARFMacroHeader getMacroHeader(long offset, ghidra.app.util.bin.format.dwarf.DWARFCompilationUnit cu)

11.1_PUBLIC

introducedInitial version