Bug 5581

Summary: (fhpd) load /bin/bash -sysroot /my/sysroot
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Stan Cox <scox>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 5572, 5624    

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.