Bug 5581 - (fhpd) load /bin/bash -sysroot /my/sysroot
Summary: (fhpd) load /bin/bash -sysroot /my/sysroot
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Stan Cox
URL:
Keywords:
Depends on:
Blocks: 5572 5624
  Show dependency treegraph
 
Reported: 2008-01-09 18:56 UTC by Andrew Cagney
Modified: 2008-01-25 14:49 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 Andrew Cagney 2008-01-09 18:56:35 UTC
Add an option to load, attach, core, ...(?) to specify the sysroot that that
process and all subsequent processes it creates should use.

Can display it with: info sysroot?
Can edit it with: set sysroot ...?
Comment 1 Stan Cox 2008-01-25 14:49:21 UTC
    Add a -sysroot request option.  
    
    * fhpd.java (main): Pass sysroot to request via -sysroot option.
    * AttachCommand.java (Options): New.  Add -sysroot option.
    (interpret): Set sysroot.
    * CoreCommand.java: Likewise.
    * LoadCommand.java: Likewise.