Bug 4241

Summary: specify breakpoint before solib load
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246    

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.