DWARFLine

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

12.1_PUBLIC

addedmethod: getAllSourceFileAddrInfo
java.util.List<ghidra.app.util.bin.format.dwarf.line.DWARFLine.SourceFileAddr> getAllSourceFileAddrInfo(ghidra.app.util.bin.format.dwarf.DWARFCompilationUnit cu) throws IOException
addedmethod: getLineProgramExecutor
ghidra.app.util.bin.format.dwarf.line.DWARFLineProgramExecutor getLineProgramExecutor(ghidra.app.util.bin.format.dwarf.DWARFCompilationUnit cu)
removedmethod: getAllSourceFileAddrInfo
java.util.List<ghidra.app.util.bin.format.dwarf.line.DWARFLine.SourceFileAddr> getAllSourceFileAddrInfo(ghidra.app.util.bin.format.dwarf.DWARFCompilationUnit cu, ghidra.app.util.bin.BinaryReader reader) throws IOException
removedmethod: getLineProgramexecutor
ghidra.app.util.bin.format.dwarf.line.DWARFLineProgramExecutor getLineProgramexecutor(ghidra.app.util.bin.format.dwarf.DWARFCompilationUnit cu, ghidra.app.util.bin.BinaryReader reader)

12.0_PUBLIC

addedmethod: getAllSourceFileInfos
java.util.List<ghidra.app.util.bin.format.dwarf.line.DWARFLine.SourceFileInfo> getAllSourceFileInfos()
removedmethod: getFilePath
java.lang.String getFilePath(int index, boolean includePath)
removedmethod: getNumFiles
int getNumFiles()

11.3_PUBLIC

addedmethod: getNumFiles
int getNumFiles()

11.1_PUBLIC

introducedInitial version