internal/ directory

Directories

PathSynopsis
cmd/go-cloud-debug-agent/internal/breakpointsPackage breakpoints handles breakpoint requests we get from the user through the Debuglet Controller, and manages corresponding breakpoints set in the code.
cmd/go-cloud-debug-agent/internal/controllerPackage controller is a library for interacting with the Google Cloud Debugger's Debuglet Controller service.
cmd/go-cloud-debug-agent/internal/debugPackage debug provides the portable interface to a program being debugged.
cmd/go-cloud-debug-agent/internal/debug/archPackage arch contains architecture-specific definitions.
cmd/go-cloud-debug-agent/internal/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
cmd/go-cloud-debug-agent/internal/debug/elfPackage elf implements access to ELF object files.
cmd/go-cloud-debug-agent/internal/debug/gosymPackage gosym implements access to the Go symbol and line number tables embedded in Go binaries generated by the gc compilers.
cmd/go-cloud-debug-agent/internal/debug/remotePackage remote provides remote access to a debugproxy server.
cmd/go-cloud-debug-agent/internal/debug/server
cmd/go-cloud-debug-agent/internal/debug/server/protocolPackage protocol defines the types used to represent calls to the debug server.
cmd/go-cloud-debug-agent/internal/debug/tests
cmd/go-cloud-debug-agent/internal/debug/tests/peek
cmd/go-cloud-debug-agent/internal/valuecollectorPackage valuecollector is used to collect the values of variables in a program.
Version
v0.66.0
Published
Sep 15, 2020
Platform
js/wasm
Last checked
24 minutes ago

Tools for package owners.