Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(t testing.TB, abbrev, aranges, frame, info, line, pubnames, ranges, str []byte) *dwarf.Data
New returns a new [Data] object initialized from the given parameters. Rather than calling this function directly, clients should typically use the DWARF method of the File type of the appropriate package debug/elf, debug/macho, or debug/pe.
The []byte arguments are the data from the corresponding debug section in the object file; for example, for an ELF object, abbrev is the contents of the ".debug_abbrev" section.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.