Bug 5579 - breakpoint 0breakpoint 1 deferred
: breakpoint 0breakpoint 1 deferred
Status: NEW
Product: frysk
Classification: Unclassified
Component: general
: unspecified
: P2 normal
: ---
Assigned To: Unassigned
:
:
:
: 5572
  Show dependency treegraph
 
Reported: 2008-01-09 18:12 UTC by Andrew Cagney
Modified: 2008-01-09 18:12 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-01-09 18:12:39 UTC
For this:

  $ ./frysk/bindir/fhpd
  (fhpd) load /bin/bash
  Loaded executable file: /bin/bash
  (fhpd) start
  Attached to process 13882
  (fhpd) load /bin/bash
  Loaded executable file: /bin/bash
  (fhpd) break main
  breakpoint 0breakpoint 1 deferred
  (fhpd) start
  Attached to process 13891
  (fhpd) actions 
  BREAKPOINTS
  0  y main 13882 
  1  n main

Is the same breakpoint in two separate processes two separate breakpoints or one
breakpoint with multiple locations?  Confused.