gem5/cpu
Ali Saidi a44248aab0 Added code to print out the symbol if one exists for an address
cpu/exetrace.cc:
    added code to print out symbol if one is found for address
kern/linux/linux_system.cc:
    added code to set the debugSymbolTable to the kernel symbol table

--HG--
extra : convert_revision : 191d7608d04fa42baef5e618c0bbbf5ad4001031
2004-01-12 19:59:02 -05:00
..
full_cpu Various cleanup. Mostly forcing initialization of some fields... 2003-12-06 09:57:59 -08:00
memtest Make memtest compile again. 2003-12-11 08:46:21 -08:00
simple_cpu - Switch events to use a priority enum instead of integers. 2003-12-11 08:29:52 -08:00
base_cpu.cc Initial support for CPU switching. New SamplingCPU object encompasses a set 2003-10-23 19:07:52 -07:00
base_cpu.hh Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(), 2003-12-10 17:47:28 -08:00
exec_context.cc Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(), 2003-12-10 17:47:28 -08:00
exec_context.hh Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(), 2003-12-10 17:47:28 -08:00
exetrace.cc Added code to print out the symbol if one exists for an address 2004-01-12 19:59:02 -05:00
exetrace.hh Get rid of obsolete code, most of it '#if 0'ed anyway. 2003-10-19 17:30:26 -07:00
inst_seq.hh File moves for the reorg. Tree is in broken state until I commit the makefile and 2003-10-10 09:57:26 -07:00
intr_control.cc General fixes for Sampling CPU in full system mode, and serialization of sampling CPU 2003-11-02 19:38:22 -05:00
intr_control.hh General fixes for Sampling CPU in full system mode, and serialization of sampling CPU 2003-11-02 19:38:22 -05:00
pc_event.cc Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
pc_event.hh Move to non-architecture specific MemReq 2003-10-23 16:40:08 -04:00
static_inst.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
static_inst.hh Rename CPU object to FullCPU 2003-10-13 22:21:19 -07:00