Sources Bugzilla – Bug 5579
breakpoint 0breakpoint 1 deferred
Last modified: 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.