Changes between Version 9 and Version 10 of Tools/Memory Checker


Ignore:
Timestamp:
Mar 29, 2010, 2:11:40 AM (14 years ago)
Author:
becoulet
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Memory Checker

    v9 v10  
    3838The default behavior is to report each suspicious memory access with a message on simulator output.
    3939
    40 More diagnostics messages can be reported, see configuration section below.
     40More diagnostic messages can be reported, see configuration section below.
    4141
    4242A trap exception can be reported to an optional [wiki:Tools/GdbServer Gdb Server] module to stop processor execution when a suspicious memory access happened.
     
    7676soclib::common::Memchecker<soclib::common::Mips32ElIss>::init(maptab, loader, "tty,ramdac_ctrl");
    7777}}}
    78 tackes the following arguments:
     78takes the following arguments:
    7979 * `maptab`: the platform's `!MappingTable`, in order to know where memory is mapped.
    8080 * `loader`: the platform's `!ElfLoader`, in order to know memory layout, initialized or constant parts, ...