summaryrefslogtreecommitdiff
path: root/src/sim
AgeCommit message (Expand)Author
2007-05-20Add new EventWrapper constructor that takes a Tick valueSteve Reinhardt
2007-05-09update for new reschedule semanticsAli Saidi
2007-05-09fix the translating ports so it can add a page on a faultAli Saidi
2007-04-18fix SIGUSR1 and SIGUSR2 by clearing the variables afterNathan Binkert
2007-04-09Comment out the remote gdb object for SE mode.Gabe Black
2007-03-12remove the extern C around gdb helper functions. It's need needed for any new...Ali Saidi
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-09Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-09Use the TheISA namespace in case we're coming from a file that doesn't do tha...Gabe Black
2007-03-09implement ipi stufff for SPARCAli Saidi
2007-03-07fix compiling of FS after Gabe's last compileAli Saidi
2007-03-07Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...Gabe Black
2007-03-07Make byteswap work correctly on Twin??_t types.Gabe Black
2007-03-06Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
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-04Don't use the exact same name as a system header #defineNathan Binkert
2007-03-03include signal.hNathan 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-02-28Make trap instructions always generate TrapInstruction Fault objects which ca...Gabe Black
2007-02-21Make it easier to turn off the remote debuggerNathan Binkert
2007-02-21add pseduo instruction support for sparcAli Saidi
2007-02-18Get rid of the stand alone ParamContext since all of theNathan Binkert
2007-02-17Get rid of the Statistics and Statreset ParamContexts, andNathan Binkert
2007-02-17Check that there is a param context list before tryingNathan Binkert
2007-02-17Remove the event_ignore stuff since it was never really usedNathan Binkert
2007-02-17Give the progress event its own priorityNathan Binkert
2007-02-17Pass an exception from a python event through the event queueNathan Binkert
2007-02-14Force the st_blksize field of a stat call to be 8k.Gabe Black
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