summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-01-21 17:48:53 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-01-21 17:48:53 +0000
commit60bdd550578d98733023f3ef1089e8baaa8ca063 (patch)
treeae289767bcb2b1d60bac361b030783f5db04a94a /gdb/NEWS
parent32e2e99e2f9b7d6ec572541348d71e7480bc8f4b (diff)
downloadgdb-60bdd550578d98733023f3ef1089e8baaa8ca063.tar.gz
* NEWS: Mention flash support for "load" and new remote packets.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index a40e94f32c7..3e5c1be66be 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -90,6 +90,9 @@ supported.
* The "set trust-readonly-sections" command works again. This command was
broken in GDB 6.3, 6.4, and 6.5.
+* The "load" command now supports writing to flash memory, if the remote
+stub provides the required support.
+
* Support for GNU/Linux Thread Local Storage (TLS, per-thread variables) no
longer requires symbolic debug information (e.g. DWARF-2).
@@ -131,6 +134,15 @@ qXfer:auxv:read:
Fetch an OS auxilliary vector from the remote stub. This packet is a
more efficient replacement for qPart:auxv:read.
+qXfer:memory-map:read:
+ Fetch a memory map from the remote stub, including information about
+ RAM, ROM, and flash memory devices.
+
+vFlashErase:
+vFlashWrite:
+vFlashDone:
+ Erase and program a flash memory device.
+
* Removed remote packets
qPart:auxv:read: