Bug 3097 - no way to change new proc's environment
Summary: no way to change new proc's environment
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:
Blocks: 1582
  Show dependency treegraph
 
Reported: 2006-08-21 03:06 UTC by Tom Tromey
Modified: 2006-11-28 16:51 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 Tom Tromey 2006-08-21 03:06:56 UTC
I was looking at Host.requestCreateAttachedProc.
I don't see a way to set the environment or working directory
of the child process.
Perhaps something like ProcessBuilder (new in 1.5) could be used
as a model.
Comment 1 Andrew Cagney 2006-08-21 18:43:34 UTC
Yes, and in addition and in particular, a mechanism for also extracting that
same information from an existing running (or core) process.

A << re-run this process >> menu item will require that.