2015-06-12 19:49:23 +00:00
|
|
|
// 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:
|
|
|
|
// * 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
|