Bug 3097

Summary: no way to change new proc's environment
Product: frysk Reporter: Tom Tromey <tromey>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1582    

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.