Bug 1464 - need exec enter, and exec exit events
Summary: need exec enter, and exec exit events
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on: 1496
Blocks: 1607
  Show dependency treegraph
 
Reported: 2005-10-11 19:18 UTC by Andrew Cagney
Modified: 2006-11-28 16:44 UTC (History)
2 users (show)

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 2005-10-11 19:18:37 UTC
It is suspected that the PT trace EXEC generates its event _after_ the
executable has been overlayed, but before it has been continued.

In the case of an exec bug (bad arguments beeing passed), need to instead trap
the system call entry _before_ the overlay occures.

Of course this can be hacked by tracing all system calls, ulgh.