Changes between Version 5 and Version 6 of Tools/Memory Checker
- Timestamp:
- Jan 31, 2009, 12:44:11 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tools/Memory Checker
v5 v6 9 9 == Implementation == 10 10 11 Like the [ Tools/GdbServer Gdb Server], the Memory checker contains no processor-specific code and can be used to manage any Soclib processor model using the generic [Component/Iss2Api Iss2 interface]. It is implemented as an Iss wrapper class.11 Like the [wiki:Tools/GdbServer Gdb Server], the Memory checker contains no processor-specific code and can be used to manage any Soclib processor model using the generic [wiki:Component/Iss2Api Iss2 interface]. It is implemented as an Iss wrapper class. 12 12 13 13 When the Memory checker is in use, it traces all events between the processor Iss model and the SoCLib platform. The running operating system must be instrumented slightly to let the Memory checker be aware of valid stack ranges and allocation ranges. The [http://www.mutek.fr/ MutekH] operating system is working with the Memory checker.