Bug 5708

Summary: a break creates one breakpoint
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal CC: timoore
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246    

Description Andrew Cagney 2008-02-01 21:52:02 UTC
For instance:

$ fhpd
(fhpd) load /bin/echo
Loaded executable file: /bin/echo
(fhpd) load /bin/echo
Loaded executable file: /bin/echo
(fhpd) focus 
Target set      pid     id
[0.0]           0       0
[1.0]           0       0
(fhpd) break main
breakpoint 0 deferredbreakpoint 1 deferred
(fhpd) run
Attached to process 2078
Error: requestDeleteInstructionObserver
Attached to process 2079
Running process 2079
Running process 2078
(fhpd) 
Task 2078 is terminating

Task 2079 is terminating
actions 
BREAKPOINTS
0  n main 
1  n main 


there should have been only one breakpoint