# Packages

Package arch contains architecture-specific definitions.
No description provided by the author
Package dwarf provides access to DWARF debugging information loaded from executable files, as defined in the DWARF 2.0 Standard at http://dwarfstd.org/doc/dwarf-2.0.0.pdf.
Package elf implements access to ELF object files.
Package gosym implements access to the Go symbol and line number tables embedded in Go binaries generated by the gc compilers.
Package local provides access to a local program.
Package remote provides remote access to a debugproxy server.
Package server provides RPC access to a local program being debugged.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Array is a Value representing an array.
Channel is a Value representing a channel.
No description provided by the author
Func is a Value representing a func.
No description provided by the author
Interface is a Value representing an interface.
LocalVar is a local variable of a function.
Map is a Value representing a map.
Param is a parameter of a function.
Pointer is a Value representing a pointer.
Slice is a Value representing a slice.
No description provided by the author
String is a Value representing a string.
Struct is a Value representing a struct.
StructField represents a field in a struct object.
A reference to a variable in a program.

# Interfaces

The File interface provides access to file-like resources in the program.
Program is the interface to a (possibly remote) program being debugged.
A value read from a remote program.

# Type aliases

No description provided by the author