- added note to docs about gdb 6.8 and memory map support
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sat, 5 Apr 2008 10:07:12 +0000 (10:07 +0000)
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sat, 5 Apr 2008 10:07:12 +0000 (10:07 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@541 b42882b7-edfa-0310-969c-e2dbd0fdcd60

doc/openocd.texi

index 01f851f6e9445be40b0bbc91d67912523026d4c1..90b3c8900b723e0596286d723148e6fb7dac0ddb 100644 (file)
@@ -153,6 +153,8 @@ should be included:
 @item
 @option{--enable-parport_ppdev}
 @item
+@option{--enable-parport_giveio}
+@item
 @option{--enable-amtjtagaccel}
 @item
 @option{--enable-ft2232_ftd2xx}
@@ -1884,6 +1886,12 @@ using a memory map.
 To view the configured memory map in gdb, use the gdb command @option{info mem}
 All other unasigned addresses within gdb are treated as RAM.
 
+GDB 6.8 and higher set any memory area not in the memory map as inaccessible,
+this can be changed to the old behaviour by using the following gdb command.
+@smallexample
+set mem inaccessible-by-default off
+@end smallexample
+
 If @option{gdb_flash_program enable} is also used, gdb will be able to
 program any flash memory using the vFlash interface.