syscall_emul: [patch 14/22] adds identifier system calls
authorBrandon Potter <brandon.potter@amd.com>
Mon, 27 Feb 2017 19:10:02 +0000 (14:10 -0500)
committerBrandon Potter <brandon.potter@amd.com>
Mon, 27 Feb 2017 19:10:02 +0000 (14:10 -0500)
commit073cb266079edddec64ea8cd5169dd2cbef8f812
tree63de367b090c3aae3e4c3ea5b43949c899c8e811
parentf5656738dc3ded25ba8a269efff70e8f12fc22ee
syscall_emul: [patch 14/22] adds identifier system calls

This changeset add fields to the process object and adds the following
three system calls: setpgid, gettid, getpid.
src/arch/x86/linux/process.cc
src/sim/Process.py
src/sim/process.cc
src/sim/process.hh
src/sim/syscall_emul.cc
src/sim/syscall_emul.hh
src/sim/system.hh
tests/quick/se/01.hello-2T-smt/test.py