package
1.9.0
Repository: https://github.com/undoio/delve.git
Documentation: pkg.go.dev

# Functions

DecodeSLEB128 decodes a signed Little Endian Base 128 represented number.
DecodeULEB128 decodes an unsigned Little Endian Base 128 represented number.
EncodeSLEB128 encodes x to the signed Little Endian Base 128 format into out.
EncodeULEB128 encodes x to the unsigned Little Endian Base 128 format into out.
No description provided by the author
ParseString reads a null-terminated string from data.
ReadDwarfLengthVersion reads a DWARF length field followed by a version field.
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.

# Structs

Some parts of DWARF have no data format, e.g., abbrevs.

# Interfaces

ByteReaderWithLen is a io.ByteReader with a Len method.