Currently frysk will keep the list of breakpoint addresses even after an exec event. The Code observers associated with the addresses should be notified that they have become invalid (deleted).
Fixed by: 2006-09-29 Mark Wielaard <mark@klomp.org> * BreakpointAddresses.java (removeAllCodeObservers): New method. * Task.java (codeObservers): Make package private. * TaskState.java (Running.handleExecedEvent): Clean up breakpoints. * TestBreakpoints.java: Check deletion of Code observers after exec. 2006-09-29 Mark Wielaard <mark@klomp.org> * funit-breakpoints.c (main): Reexec at the end of the loop.