delve/pkg/proc/doc.go

10 lines
330 B
Go
Raw Permalink Normal View History

2015-10-28 02:38:57 +00:00
// Package proc is a low-level package that provides methods to manipulate
// the process we are debugging.
//
2015-07-28 18:37:55 +00:00
// proc implements all core functionality including:
//
// - creating / attaching to a process
// - process manipulation (step, next, continue, halt)
// - methods to explore the memory of the process
2015-06-12 19:49:23 +00:00
package proc