Bug 5881 - breakpoint across exec
Summary: breakpoint across exec
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 5876
  Show dependency treegraph
 
Reported: 2008-03-05 16:57 UTC by Andrew Cagney
Modified: 2008-03-05 16:57 UTC (History)
0 users

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-03-05 16:57:33 UTC
For instance, at present we see:

$ ./frysk/bindir/fhpd -- ./frysk/pkglibdir/funit-fib-exec 3
Loaded executable file:
/home/scratch/frysk/git/native/frysk-core/./frysk/pkglibdir/funit-fib-exec
(fhpd) b main
breakpoint 0 deferred
(fhpd) run
Attached to process 11087
starting/running with this command: ./frysk/pkglibdir/funit-fib-exec 3
Running process 11087
(fhpd) Breakpoint 0 main 0x80485d3
go
Running process 11087
(fhpd) ./frysk/pkglibdir/funit-fib-exec 3
./frysk/pkglibdir/funit-fib-exec 3 0 3
./frysk/pkglibdir/funit-fib-exec 3 0 2 1
./frysk/pkglibdir/funit-fib-exec 3 0 1 0 1
./frysk/pkglibdir/funit-fib-exec 3 1 0 1
./frysk/pkglibdir/funit-fib-exec 3 1 1
./frysk/pkglibdir/funit-fib-exec 3 2
fib (3) = 2
Task 11087 is exiting with status 0