Class DWARFLine

java.lang.Object
ghidra.app.util.bin.format.dwarf.line.DWARFLine

public class DWARFLine extends Object
A structure read from .debug_line, contains indexed source filenames as well as a mapping between addresses and source filename and linenumbers.

TODO: refactor this and other similar classes to derive from DWARFUnitHeader and simplify