diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-04-05 10:07:12 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-04-05 10:07:12 +0000 |
commit | bb0830da6dfd86e0eba72cb50387856aa24966a7 (patch) | |
tree | 923d689cc4ea7f64dfa9f139298fa4133e587c56 /doc | |
parent | 381dc0efab3335cadc75db2e3cbe00a36c4b644f (diff) | |
download | openocd+libswd-bb0830da6dfd86e0eba72cb50387856aa24966a7.tar.gz openocd+libswd-bb0830da6dfd86e0eba72cb50387856aa24966a7.tar.bz2 openocd+libswd-bb0830da6dfd86e0eba72cb50387856aa24966a7.tar.xz openocd+libswd-bb0830da6dfd86e0eba72cb50387856aa24966a7.zip |
- added note to docs about gdb 6.8 and memory map support
git-svn-id: svn://svn.berlios.de/openocd/trunk@541 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 01f851f6..90b3c890 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -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. |