Bug 5248 - Can breakpoints notify the user as they are inserted
Summary: Can breakpoints notify the user as they are inserted
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Tim Moore
URL:
Keywords:
Depends on:
Blocks: 2246
  Show dependency treegraph
 
Reported: 2007-11-02 14:22 UTC by Andrew Cagney
Modified: 2007-11-02 14:23 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 2007-11-02 14:22:47 UTC
For instance:

(fhpd) run <exe>
(fhpd) break main
Breakpoint 0 created: main
(fhpd) go
(fhpd)
Breakpoint 0 (main) inserted at 0xdeadbeef
(fhpd)
Breakpoint 0 (main) hit at 0xdeadbeef

of course instead of dead beef, it could print file/line information or other
more detailed information.