Bug 4240 - permit breakpoints before an executable is running
Summary: permit breakpoints before an executable is running
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:17 UTC by Andrew Cagney
Modified: 2007-03-21 20:17 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:17:12 UTC
For instance:

  (hpd) break #main.c#28
  Breakpoint 0 created.
  (hpd) run /a/program
  Program NN started.
  (hpd)
  Breakpoint 0 at NN hit.

This implies that high-level breakpoints are always lazy, monitoring events that
modify the address space.