diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-01-21 17:48:53 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-01-21 17:48:53 +0000 |
commit | 9ebce043d51981350a387880ea9a68b98c25b6c4 (patch) | |
tree | b5a33ee58e799942d125c30c431bb1c72585e409 /gdb/NEWS | |
parent | 973d738b8201a858c054e355e3652dfda4b61043 (diff) | |
download | gdb-9ebce043d51981350a387880ea9a68b98c25b6c4.zip gdb-9ebce043d51981350a387880ea9a68b98c25b6c4.tar.gz gdb-9ebce043d51981350a387880ea9a68b98c25b6c4.tar.bz2 |
* NEWS: Mention flash support for "load" and new remote packets.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: |