закешированный к нам в целях безопасности дебаггер
Go to file
Derek Parker 38bfdaf47c Implement initial support for stack unwinding.
Implement basic api for figuring out, given a current PC value, where
the function will return. Currently the API provides only a way to
determine the offset from SP (the Canonical Frame Address). It is left
up to the caller to grab the actual address from the traced program.
2014-06-25 14:14:29 -05:00
_fixtures Implement initial support for stack unwinding. 2014-06-25 14:14:29 -05:00
_helper Factor out test helpers 2014-06-25 14:06:04 -05:00
command Implement break command 2014-05-27 10:44:29 -05:00
dwarf Implement initial support for stack unwinding. 2014-06-25 14:14:29 -05:00
proctl Factor out test helpers 2014-06-25 14:06:04 -05:00
.gitignore Update gitignore 2014-05-29 10:53:51 -05:00
LICENSE Add License and README 2014-05-03 15:31:52 -05:00
main.go Update import paths 2014-06-09 11:19:49 -05:00
README.md Add License and README 2014-05-03 15:31:52 -05:00

DBG

What is DBG?

DBG is a Go debugger, written primarily in Go.

License

MIT