summaryrefslogtreecommitdiff
path: root/src/sim
AgeCommit message (Expand)Author
2007-02-10Clean up tracing stuff more, get rid of the trace log sinceNathan Binkert
2007-02-06Fix for previous commit: need to ifdef NDEBUG on theSteve Reinhardt
2007-02-05Use an instance counter to give Events repeatable IDsSteve Reinhardt
2007-01-30Make SPARC checkpointing workAli Saidi
2007-01-28Merge zizzer:/bk/newmemGabe Black
2007-01-28Stick the conversion of python to unix time with all ofNathan Binkert
2007-01-27While I'm waiting for legion to run make m5 compile with a few more compilersAli Saidi
2007-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-26Merge zeep.pool:/z/saidi/work/m5.newmemAli Saidi
2007-01-26make our code a little more standards compliantAli Saidi
2007-01-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-01-22Added remote gdb objects to each processGabe Black
2007-01-22fix compiling on x86/SolarisAli Saidi
2007-01-22check if an executable is dynamic and die if it isAli Saidi
2007-01-03Merge zizzer:/bk/newmemGabe Black
2006-12-21move the swig initialization calls from src/sim/main.cc toNathan Binkert
2006-12-20Initial work to make remote gdb available in SE mode. This is completely unte...Gabe Black
2006-12-16Merge zizzer:/bk/newmemGabe Black
2006-12-16Add in constants which let you explicitly check if endian conversion would do...Gabe Black
2006-12-05Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre...Gabe Black
2006-11-30Load the hypervisor symbols twice, once with an address mask so that we can g...Ali Saidi
2006-11-23Merge zizzer:/bk/sparcfsAli Saidi
2006-11-23first cut at a sparc tlbAli Saidi
2006-11-16implement RUSAGE_CHILDREN for getrusage since it's trivialNathan Binkert
2006-11-16Implement current working directory for LiveProcessesNathan Binkert
2006-11-13Expose debugBreakCycle through swig and get rid ofNathan Binkert
2006-11-12Create a module called internal where swigged stuff goes.Nathan Binkert
2006-11-11Get rid of the ParamContext for pseudo instructions and moveNathan Binkert
2006-11-10fix endian issues with condition codesAli Saidi
2006-11-08Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-08simplify maxtick parsing in both the python and the c++.Lisa Hsu
2006-11-07Put kernel_stats back into arch.Gabe Black
2006-11-06Cleaned up remnants of ivlb and ivleGabe Black
2006-11-06Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-06Got rid of obsolete ivlb and ivle psuedo instructions.Gabe Black
2006-11-06Remote GDB support has been changed to use inheritance. Alpha should work, bu...Gabe Black
2006-11-04fixes so that M5 will compile under solarisAli Saidi
2006-10-31remove connectAll() and connect() code since it isn't used anymore. (The pyth...Ali Saidi
2006-10-24Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemSteve Reinhardt
2006-10-23Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-22Add DPRINTF for non-timed quiesce.Steve Reinhardt
2006-10-21Add Quiesce trace flag to track CPU quiesce/wakeup events.Steve Reinhardt
2006-10-21Tweak a few things for better page fault debugging.Steve Reinhardt
2006-10-20Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-20Construct a correct value of PYTHONHOME from the interpreterNathan Binkert
2006-10-19Add new event priority for trace enable events soSteve Reinhardt
2006-10-17add code to serialize se structures. Lisa is working on the python side of th...Ali Saidi
2006-10-16Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-15Added in missing portions of the stat structure copying function.Gabe Black
2006-10-11since memoryMode was put into the System (from SimObject), things got broken ...Lisa Hsu