summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-03-06Python parameters types need analogous C++ typesNathan Binkert
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-03-05Python atexit handlers are called in reverse order.Nathan Binkert
2007-03-05Fill out a stub version of the vtophys header file.Gabe Black
2007-03-05Add in NumGDBRegs so the constructor to the base class can get all it's argum...Gabe Black
2007-03-05Reorganize the floating point register file a little.Gabe Black
2007-03-05Add some new source files.Gabe Black
2007-03-05Stub decoder. This is probably even farther from finished than it looks...Gabe Black
2007-03-05Add stub for x86 process creationGabe Black
2007-03-05Add x86 version of call to "decode"Gabe Black
2007-03-05Add x86 to the Arch enum in the object file class.Gabe Black
2007-03-05Added missing include.Gabe Black
2007-03-05Added LargestRead type for x86. I might have picked the wrong type.Gabe Black
2007-03-05Stub implementation for x86.Gabe Black
2007-03-05Stub implementation for x86Gabe Black
2007-03-05Added fault generation functions. I would still like to see these go away. Th...Gabe Black
2007-03-05Added an x86 dyninstGabe Black
2007-03-05Added stub implementations or prototypes for all the functions in this file.Gabe Black
2007-03-05Added in a missing include.Gabe Black
2007-03-05Filled in a stub header file for setting the result of a syscall.Gabe Black
2007-03-05Filled in a stub header file for a stacktrace object. I'm still not sure what...Gabe Black
2007-03-05Filled in a stub header file for remote gdbGabe Black
2007-03-05Correct a typoGabe Black
2007-03-05Make the constructor (and all the other functions) publicGabe Black
2007-03-05Various touch upsGabe Black
2007-03-05Added a missing include.Gabe Black
2007-03-05Added a missing include.Gabe Black
2007-03-05Fix up the remote gdb include gaurds so it doesn't use the same symbol as Alp...Gabe Black
2007-03-05x86 register file includes.Gabe Black
2007-03-05Include the x86 specific traits file.Gabe Black
2007-03-05Stub x86 Fault class which just panics.Gabe Black
2007-03-05A new file for x86 specific parameters. This could be implemented as a sim ob...Gabe Black
2007-03-05Add in a declaration of class Checkpoint rather than expecting it to come fro...Gabe Black
2007-03-05Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-04Don't use the exact same name as a system header #defineNathan Binkert
2007-03-03add a sparc fs regressionAli Saidi
2007-03-03Merge zizzer:/bk/newmemAli Saidi
2007-03-03Add Iob and remove the fake deviceAli Saidi
2007-03-03Implement Niagara I/O interface and rework interruptsAli Saidi
2007-03-03include signal.hNathan Binkert
2007-03-03Filled in with basic x86 stuff. Some things are missing, wrong, or nonsensica...Gabe Black
2007-03-03Filled in with basic x86 information. Some things are missing, wrong, or non-...Gabe Black
2007-03-03Add build hooks for x86.Gabe Black
2007-03-03Merge zizzer.eecs.umich.edu:/bk/newmemNathan Binkert
2007-03-03Do the default argument stuff in pythonNathan Binkert
2007-03-03Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-02Factor code out of main.cc and main.i into a bunch of filesNathan Binkert
2007-03-03Implement the _llseek syscall. It's Linux only, so we'll actually use the lse...Gabe Black
2007-03-03Fix some issues with 32 bit processes.Gabe Black
2007-03-02make ldtw(a) -- Twin 32 bit load work correctly -- by doing it the same way a...Ali Saidi