From 9ebce043d51981350a387880ea9a68b98c25b6c4 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sun, 21 Jan 2007 17:48:53 +0000 Subject: [PATCH] * NEWS: Mention flash support for "load" and new remote packets. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c4524ef053..f1093822f2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-01-21 Daniel Jacobowitz + + * NEWS: Mention flash support for "load" and new remote packets. + 2007-01-21 Markus Deuling * breakpoint.c (delete_command): Skip redundant loop iterations. diff --git a/gdb/NEWS b/gdb/NEWS index a40e94f32c..3e5c1be66b 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: