Add command to print active breakpoints

This commit is contained in:
Derek Parker
2015-03-06 08:01:41 -06:00
parent 464a6b96fe
commit 0b3cf1cd15
5 changed files with 42 additions and 4 deletions

View File

@ -185,7 +185,7 @@ func (thread *ThreadContext) continueToReturnAddress(pc uint64, fde *frame.Frame
return err
}
}
bp.temp = true
bp.Temp = true
// Ensure we cleanup after ourselves no matter what.
defer thread.clearTempBreakpoint(bp.Addr)