Bug 2093 - prog/kill/child.c does not indicate the exec result
Summary: prog/kill/child.c does not indicate the exec result
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1586 2081
  Show dependency treegraph
 
Reported: 2005-12-22 15:45 UTC by Andrew Cagney
Modified: 2005-12-22 15:45 UTC (History)
1 user (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-12-22 15:45:00 UTC
When the program child.c does an exec, there's no external indication that the
exec occured; should modify the program so that it, via command line options,
indicates the exec.
Comment 1 Andrew Cagney 2005-12-22 15:45:54 UTC
Index: frysk-core/prog/ChangeLog
2005-12-22  Andrew Cagney  <cagney@redhat.com>

        * kill/child.c: Implement --filename=<program> argument.  For
        execve, argv[0] to PID:TID, and pass through --filename=, --wait=.

the value can be seen in /proc/PID/cmdline, but that isn't yet visible via frysk.