Cleanup of printing and putsing

This commit is contained in:
Derek Parker
2015-02-27 15:27:48 -06:00
parent 52c8f8e972
commit 7f52928c03
7 changed files with 12 additions and 41 deletions

View File

@ -29,7 +29,6 @@ func (t *ThreadContext) singleStep() error {
}
func (t *ThreadContext) cont() error {
// debug.PrintStack()
// TODO(dp) set flag for ptrace stops
if err := PtraceCont(t.Process.Pid, 0); err == nil {
return nil