Bug 5708 - a break creates one breakpoint
Summary: a break creates one breakpoint
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2246
  Show dependency treegraph
 
Reported: 2008-02-01 21:52 UTC by Andrew Cagney
Modified: 2008-02-01 21:52 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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