Bug 4239

Summary: print each breakpoint as added
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Tim Moore <timoore>
Status: ASSIGNED ---    
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:14:15 UTC
For instance:

  (hpd) break main
  Breakpoint 0 created
  (hpd) run /a/program
  <<Breakpoint 0 inserted at 0x... main.c#28>>
  (hpd)
  Breakpoint 0 hit. [ don't quote me on that one]
  (hpd)

This way the user knows that each breakpoint has been inserted when/if expected.