Changes between Version 9 and Version 10 of Tools/Memory Checker
- Timestamp:
- Mar 29, 2010, 2:11:40 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tools/Memory Checker
v9 v10 38 38 The default behavior is to report each suspicious memory access with a message on simulator output. 39 39 40 More diagnostic smessages can be reported, see configuration section below.40 More diagnostic messages can be reported, see configuration section below. 41 41 42 42 A trap exception can be reported to an optional [wiki:Tools/GdbServer Gdb Server] module to stop processor execution when a suspicious memory access happened. … … 76 76 soclib::common::Memchecker<soclib::common::Mips32ElIss>::init(maptab, loader, "tty,ramdac_ctrl"); 77 77 }}} 78 ta ckes the following arguments:78 takes the following arguments: 79 79 * `maptab`: the platform's `!MappingTable`, in order to know where memory is mapped. 80 80 * `loader`: the platform's `!ElfLoader`, in order to know memory layout, initialized or constant parts, ...