32 #ifndef __MIPS_LINUX_PROCESS_HH__
33 #define __MIPS_LINUX_PROCESS_HH__
59 #endif // __MIPS_LINUX_PROCESS_HH__
A process with emulated Mips/Linux syscalls.
const Params * params() const
uint64_t __tgid
ID of the thread group leader for the process.
static const char * hostname
The target system's hostname.
static SyscallDesc syscallDescs[]
Array of syscall descriptors, indexed by call number.
This class provides the wrapper interface for the system call implementations which are defined in th...
virtual SyscallDesc * getDesc(int callnum)
const int Num_Syscall_Descs
MipsLinuxProcess(ProcessParams *params, ObjectFile *objFile)
Constructor.