gem5/src/arch/alpha/isa
Steve Reinhardt 4d77ea7a57 cpu: fix exec tracing memory corruption bug
Accessing traceData (to call setAddress() and/or setData())
after initiating a timing translation was causing crashes,
since a failed translation could delete the traceData
object before returning.

It turns out that there was never a need to access traceData
after initiating the translation, as the traced data was
always available earlier; this ordering was merely
historical.  Furthermore, traceData->setAddress() and
traceData->setData() were being called both from the CPU
model and the ISA definition, often redundantly.

This patch standardizes all setAddress and setData calls
for memory instructions to be in the CPU models and not
in the ISA definition.  It also moves those calls above
the translation calls to eliminate the crashes.
2010-03-23 08:50:57 -07:00
..
branch.isa Convert Alpha (and finish converting MIPS) to new 2006-12-17 19:27:50 -08:00
decoder.isa Alpha: Implement MVI and remaining BWX instructions. 2009-12-20 15:03:23 -06:00
fp.isa alpha: Clean up namespace usage. 2008-09-27 21:03:47 -07:00
int.isa Convert Alpha (and finish converting MIPS) to new 2006-12-17 19:27:50 -08:00
main.isa Alpha: Pull the MiscRegFile fully into the ISA object. 2009-07-08 23:02:22 -07:00
mem.isa cpu: fix exec tracing memory corruption bug 2010-03-23 08:50:57 -07:00
opcdec.isa Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
pal.isa inorder/alpha-isa: create eaComp object visible to StaticInst through ISA 2009-05-12 15:01:14 -04:00
unimp.isa Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
unknown.isa Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
util.isa Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00