Class DWARFTag


  • public final class DWARFTag
    extends java.lang.Object
    DWARF uses a series of debugging information entries to define a low-level representation of a source program. Each debugging information entry is described by an identifying tag and contains a series of attributes. The tag specifies the class to which an entry belongs, and the attributes define the specific characteristics of the entry.

    The debugging information entries in DWARF Version 2, 3, and 4 are intended to exist in the .debug_info section of an object file.

    The set of required tag names is listed below.