34 #ifndef __RISCV_LINUX_PROCESS_HH__
35 #define __RISCV_LINUX_PROCESS_HH__
62 #endif // __RISCV_LINUX_PROCESS_HH__
RiscvLinuxProcess(ProcessParams *params, ObjectFile *objFile)
Constructor.
const Params * params() const
static std::map< int, SyscallDesc > syscallDescs
Array of syscall descriptors, indexed by call number.
static const char * hostname
The target system's hostname.
A process with emulated Riscv/Linux syscalls.
uint64_t __tgid
ID of the thread group leader for the process.
This class provides the wrapper interface for the system call implementations which are defined in th...
virtual SyscallDesc * getDesc(int callnum)