summaryrefslogtreecommitdiff
path: root/src/base
AgeCommit message (Expand)Author
2007-01-30sizeof with a pointer to dynamically allocated memory will return the size of...Gabe Black
2007-01-28Merge zizzer:/bk/newmemGabe Black
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-26forgot to include this fileAli Saidi
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-22we decided to check for .interp instead of .dynamicAli Saidi
2007-01-22check if an executable is dynamic and die if it isAli Saidi
2007-01-16Don't add symbols for loaded files to symbol table since they are pretty much...Ali Saidi
2007-01-03Merge zizzer:/bk/newmemGabe Black
2006-12-27No need to use NULL, just use 0Nathan Binkert
2006-12-24remove some output formatting stuff that we don't useNathan Binkert
2006-12-20Initial work to make remote gdb available in SE mode. This is completely unte...Gabe Black
2006-12-18cast chars to int when we want to print integers so we get a numberNathan Binkert
2006-12-15Merge zizzer:/bk/sparcfsLisa Hsu
2006-12-12Fix bugs in tlbmap (and thus rangemap since the code is nearly identical)Ali Saidi
2006-12-06Many more fixes for SPARC_FS. Gets us to the point where SOFTINT startsAli Saidi
2006-12-04More changes to get SPARC fs closer. Now at 1.2M cycles before differenceAli Saidi
2006-12-02Make cache compression policy a runtime virtual thingSteve Reinhardt
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-16add warn_once which will print any given warning messageNathan Binkert
2006-11-11set TRACING_ON one way or another explicitly in theNathan Binkert
2006-11-10fix endian issues with condition codesAli Saidi
2006-11-09Get SPARC to the point that it starts running. Add ability to load the ROM bi...Ali Saidi
2006-11-08Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-08Make a function to say how big gdbregs is in bytes vs. regs.Gabe Black
2006-11-08DWARF2 symbol support seems to be broken on Solaris. Use stabs+Ali Saidi
2006-11-07Broke remote_gdb into a base class and architecture specific derived classes.Gabe Black
2006-11-06Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-06Remote GDB support has been changed to use inheritance. Alpha should work, bu...Gabe Black
2006-11-06Created seperate SConscript for the dev directory. Made subdirectories for Al...Gabe Black
2006-11-04fixes so that M5 will compile under solarisAli Saidi
2006-10-27Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-26Added a few functions to stuff values into bitfields in an instruction.Gabe Black
2006-10-24Merge zizzer:/bk/newmemAli Saidi
2006-10-24Add more traceflags for ethernetAli Saidi
2006-10-23Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-23Files in base shouldn't depend on things in sim. Changed "sim/host.hh" to <in...Gabe Black
2006-10-21Add Quiesce trace flag to track CPU quiesce/wakeup events.Steve Reinhardt
2006-10-19Add "All" compund flag to enable all defined trace flags.Steve Reinhardt
2006-10-12Merge zizzer:/bk/newmemAli Saidi
2006-10-12add a traceflag for functional accessesAli Saidi
2006-10-12Fix problems with unCacheable addresses in timing-coherenceRon Dreslinski
2006-10-10Debugging infoRon Dreslinski
2006-10-08Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)Steve Reinhardt
2006-09-11add annotation code to m5Ali Saidi