commit | 41b6e7a063dd1d7eb534d1dc9b54ae74df2cda1f | [log] [tgz] |
---|---|---|
author | jcd <jcd@golang.org> | Thu May 14 15:32:19 2015 +1000 |
committer | jcd . <jcd@golang.org> | Fri May 15 05:23:36 2015 +0000 |
tree | 8c5c82f2614253f4b747bb036cd4c9dad6ece9ca | |
parent | c673d3fe54bca68249bfca62cff00e4104a4d074 [diff] |
debug: add DeleteBreakpoints function DeleteBreakpoints accepts a slice of addresses, and removes any breakpoints set at those addresses. Adds a test where some breakpoints are set and deleted in the program being debugged, and we check the program stops at the expected place. Change-Id: I4ea4718e21e51587e48bd2eb57033ca774004e1a Reviewed-on: https://go-review.googlesource.com/10079 Reviewed-by: Rob Pike <r@golang.org>