Directories ¶
Path | Synopsis |
---|---|
internal/breakpoints
Package breakpoints handles breakpoint requests we get from the user through the Debuglet Controller, and manages corresponding breakpoints set in the code.
|
Package breakpoints handles breakpoint requests we get from the user through the Debuglet Controller, and manages corresponding breakpoints set in the code. |
internal/controller
Package controller is a library for interacting with the Google Cloud Debugger's Debuglet Controller service.
|
Package controller is a library for interacting with the Google Cloud Debugger's Debuglet Controller service. |
internal/debug
Package debug provides the portable interface to a program being debugged.
|
Package debug provides the portable interface to a program being debugged. |
internal/debug/arch
Package arch contains architecture-specific definitions.
|
Package arch contains architecture-specific definitions. |
internal/debug/dwarf
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 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 |
internal/debug/elf
Package elf implements access to ELF object files.
|
Package elf implements access to ELF object files. |
internal/debug/gosym
Package gosym implements access to the Go symbol and line number tables embedded in Go binaries generated by the gc compilers.
|
Package gosym implements access to the Go symbol and line number tables embedded in Go binaries generated by the gc compilers. |
internal/debug/local
Package local provides access to a local program.
|
Package local provides access to a local program. |
internal/debug/remote
Package remote provides remote access to a debugproxy server.
|
Package remote provides remote access to a debugproxy server. |
internal/debug/server
Package server provides RPC access to a local program being debugged.
|
Package server provides RPC access to a local program being debugged. |
internal/debug/server/protocol
Package protocol defines the types used to represent calls to the debug server.
|
Package protocol defines the types used to represent calls to the debug server. |
internal/valuecollector
Package valuecollector is used to collect the values of variables in a program.
|
Package valuecollector is used to collect the values of variables in a program. |
Click to show internal directories.
Click to hide internal directories.