summaryrefslogtreecommitdiff
path: root/src/sim/process.cc
AgeCommit message (Expand)Author
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black
2007-03-05Add stub for x86 process creationGabe Black
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-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-01-22Added remote gdb objects to each processGabe Black
2007-01-22check if an executable is dynamic and die if it isAli Saidi
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-08-16Finish test clean-up & reorg.Steve Reinhardt
2006-06-30Make O3CPU model independent of the ISAKorey Sewell
2006-06-26add syscall emulation page table fault so we can allocate more stack pagesAli Saidi
2006-06-11Move LiveProcess::create() from arch-specific filesSteve Reinhardt
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-26Add names to memory Port objects for tracing.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt