gem5/src
Gabe Black 3a1428365a ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem.
readBytes and writeBytes had the word "bytes" in their names because they
accessed blobs of bytes. This distinguished them from the read and write
functions which handled higher level data types. Because those functions don't
exist any more, this change renames readBytes and writeBytes to more general
names, readMem and writeMem, which reflect the fact that they are how you read
and write memory. This also makes their names more consistent with the
register reading/writing functions, although those are still read and set for
some reason.
2011-07-02 22:35:04 -07:00
..
arch ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem. 2011-07-02 22:35:04 -07:00
base Loader: Handle bad section names when loading an ELF file. 2011-06-12 23:52:21 -07:00
cpu ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem. 2011-07-02 22:35:04 -07:00
dev scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00
mem Ruby: Commit files missing from previous commit 2011-07-01 16:29:33 -05:00
python copyright: Add code for finding all copyright blocks and create a COPYING file 2011-06-02 17:36:07 -07:00
sim scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00
unittest copyright: clean up copyright blocks 2011-06-02 14:36:35 -07:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00