[fpc-devel] bounty: FPC based debugger
Michael Schnell
mschnell at lumino.de
Wed Sep 14 12:44:48 CEST 2011
On 09/13/2011 04:52 PM, Hans-Peter Diettrich wrote:
>
> It's not the CPU, it's more the MMU which can help in finding changed
> (global) variables.
AFAIK, the MMU can not work in byte addresses but just with much bigger
blocks of data. So it does not seem to help with finding a write access
to a dedicated variable.
Moreover the MMU programming and interrupts will be consumed by the OS
and a user space program can't even see it.
-Michael
More information about the fpc-devel
mailing list