Bug 4206 - browse source code to set file#line breakpoint on random file
Summary: browse source code to set file#line breakpoint on random file
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: 1633
  Show dependency treegraph
 
Reported: 2007-03-16 15:09 UTC by Andrew Cagney
Modified: 2016-05-16 18:46 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-03-16 15:09:43 UTC
The user would like to be able to browse some random source code setting a
breakpoint on an arbitrary file#line.  Then when ever, and if ever, that line is
referenced by any "debugged" program a breakpoint is inserted.

This relies on the breakpoint code monitoring solib events, and when ever it
sees a new solib load or a new executable start, it adds the breakpoint (if
possible).