diff options
author | Korey Sewell <ksewell@umich.edu> | 2011-02-23 16:30:45 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2011-02-23 16:30:45 -0500 |
commit | e0a021005d4765e22b8c026b6a66fda4a0b17c00 (patch) | |
tree | 018bc111bf5886ba7e4f98982541d2ea704e2d7f /src/base/remote_gdb.cc | |
parent | 73603c2b177b8e5dad264312b354b6787ae555d1 (diff) | |
download | gem5-e0a021005d4765e22b8c026b6a66fda4a0b17c00.tar.xz |
inorder: cache packet handling
-use a pointer to CacheReqPacket instead of PacketPtr so correct destructors
get called on packet deletion
- make sure to delete the packet if the cache blocks the sendTiming request
or for some reason we dont use the packet
- dont overwrite memory requests since in the worst case an instruction will
be replaying a request so no need to keep allocating a new request
- we dont use retryPkt so delete it
- fetch code was split out already, so just assert that this is a memory
reference inst. and that the staticInst is available
Diffstat (limited to 'src/base/remote_gdb.cc')
0 files changed, 0 insertions, 0 deletions