mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
abdb3ef2a4
Finding read-before-writes statically is quite difficult. In native we can use valgrind, but on boards without an MMU we are out of luck. x86 has an MMU, let's use it. If `-DDEBUG_READ_BEFORE_WRITE` was set, then pages on the heap get initialized upon first use. If the page was read before written, then a debug message with the virtual and physical address of the memory location is printed, as well as the address of the offending instruction. |
||
---|---|---|
.. | ||
arm_common | ||
cc430 | ||
cortexm_common | ||
lpc1768 | ||
lpc2387 | ||
lpc_common | ||
mc1322x | ||
msp430-common | ||
msp430x16x | ||
native | ||
sam3x8e | ||
x86 | ||
doc.txt |