Bug 4241 - specify breakpoint before solib load
Summary: specify breakpoint before solib load
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
  Show dependency treegraph
 
Reported: 2007-03-21 20:20 UTC by Andrew Cagney
Modified: 2007-03-21 20:20 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-21 20:20:06 UTC
For instance:

  (hpd) break #solib.so#file.c#29
  Breakpoint 1 created
  (hpd) go
  (hpd)
  Breakpoint 1 inserted at 0x... in solib.so.
  (hpd)
  Breakpoint 1 hit
  (hpd)

that is, the breakpoint monitors shared library load/unload events adding and
removing the breakpoint as libraries are added and deleted.