Uses of Class
frysk.sysroot.SysRootFile

Packages that use SysRootFile
frysk.proc This package implements frysk's process model of the target system. 
frysk.proc.dead   
frysk.proc.dummy This package implements a dummy process model that can be used to test code that does not require a running process. 
frysk.proc.live This is a frysk implementation package that provides the implementation of frysk.proc for ptrace based (GNU/Linux) systems. 
frysk.sysroot This package implements frysk's sysroot support for handling a special system directory heirarchy. 
 

Uses of SysRootFile in frysk.proc
 

Methods in frysk.proc that return SysRootFile
abstract  SysRootFile Proc.getExeFile()
          Return the SysRoot path of the program that this process is running.
 

Uses of SysRootFile in frysk.proc.dead
 

Methods in frysk.proc.dead that return SysRootFile
 SysRootFile LinuxCoreProc.getExeFile()
           
 SysRootFile LinuxExeProc.getExeFile()
           
 

Constructors in frysk.proc.dead with parameters of type SysRootFile
LinuxExeProc(LinuxExeHost host, SysRootFile exeFile, ElfEHeader eHeader, MemoryMap[] memoryMaps, String[] argv)
           
 

Uses of SysRootFile in frysk.proc.dummy
 

Methods in frysk.proc.dummy that return SysRootFile
 SysRootFile DummyProc.getExeFile()
           
 

Uses of SysRootFile in frysk.proc.live
 

Methods in frysk.proc.live that return SysRootFile
 SysRootFile LinuxPtraceProc.getExeFile()
           
 

Uses of SysRootFile in frysk.sysroot
 

Methods in frysk.sysroot that return SysRootFile
 SysRootFile SysRoot.getPathViaSysRoot(String pathname)
          return a pathname of an executable.
 SysRootFile SysRoot.getSourcePathViaSysRoot(File compilationDir, File f)
          return a pathname of an executable's source.