debug: golang.org/x/debug/server Index | Files | Directories

Packages imported by server

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/parserPackage parser implements a parser for Go source files.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
golang.org/x/debugPackage debug provides the portable interface to a program being debugged.
golang.org/x/debug/archPackage arch contains architecture-specific definitions.
golang.org/x/debug/dwarfPackage 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
golang.org/x/debug/elfPackage elf implements access to ELF object files.
golang.org/x/debug/machoPackage macho implements access to Mach-O object files.
golang.org/x/debug/server/protocolPackage protocol defines the types used to represent calls to the debug server.
mathPackage math provides basic constants and mathematical functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
osPackage os provides a platform-independent interface to operating system functionality.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.