David Brownell wrote:
> 
> Though:  I looked at the GDB protocol spec and it says that undefined
> areas are presumed to be RAM.  So I'm a bit puzzled about just what
> that current code is there for...
> 

The gdb docs may be incorrect, unless the bug has been fixed in gdb.
last time i looked gdb >=6.8 treated undefined areas as readonly.

To get around this you either "set mem inaccessible-by-default off" or 
send the full memory map as openocd does.

Cheers
Spen
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to