Bug 1464

Summary: need exec enter, and exec exit events
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal CC: pmuldoon, swagiaal
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 1496    
Bug Blocks: 1607    

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.