Bug 4239 - print each breakpoint as added
Summary: print each breakpoint as added
Status: ASSIGNED
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-03-21 20:14 UTC by Andrew Cagney
Modified: 2007-11-19 17:42 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: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.