summaryrefslogtreecommitdiff
path: root/src/sim/process.hh
AgeCommit message (Expand)Author
2007-05-09fix the translating ports so it can add a page on a faultAli Saidi
2007-03-03Fix some issues with 32 bit processes.Gabe Black
2007-02-28Make trap instructions always generate TrapInstruction Fault objects which ca...Gabe Black
2007-01-22Added remote gdb objects to each processGabe Black
2006-11-16Implement current working directory for LiveProcessesNathan Binkert
2006-10-17add code to serialize se structures. Lisa is working on the python side of th...Ali Saidi
2006-09-17Finished changing how stat structures are translated, fixed the handling of v...Gabe Black
2006-09-03Added uid, euid, gid, egid, pid and ppid parameters to a live process.Gabe Black
2006-06-11Move LiveProcess::create() from arch-specific filesSteve Reinhardt
2006-06-07Reorganization/renaming of CPUExecContext. Now it is called SimpleThread in ...Kevin Lim
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt