package
1.24.0
Repository: https://github.com/go-delve/delve.git
Documentation: pkg.go.dev

# Packages

Package dwarfbuilder provides a way to build DWARF sections with arbitrary contents.
Package frame contains data structures and related functions for parsing and searching through Dwarf .debug_frame data.
Package leb128 provides encoders and decoders for The Little Endian Base 128 format.

# Functions

ReadDwarfLengthVersion reads a DWARF length field followed by a version field.
ReadString reads a null-terminated string from data.
ReadUintRaw reads an integer of ptrSize bytes, with the specified byte order, from reader.
ReadUnitVersions reads the DWARF version of each unit in a debug_info section and returns them as a map.
WriteUint writes an integer of ptrSize bytes to writer, in the specified byte order.