2015-10-28 02:38:57 +00:00
|
|
|
// Package proc is a low-level package that provides methods to manipulate
|
2015-04-22 13:18:25 +00:00
|
|
|
// the process we are debugging.
|
|
|
|
//
|
2015-07-28 18:37:55 +00:00
|
|
|
// proc implements all core functionality including:
|
|
|
|
//
|
2022-06-17 17:08:11 +00:00
|
|
|
// - 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
|