* NEWS: Mention flash support for "load" and new remote packets.
This commit is contained in:
parent
973d738b82
commit
9ebce043d5
2 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* NEWS: Mention flash support for "load" and new remote packets.
|
||||||
|
|
||||||
2007-01-21 Markus Deuling <deuling@de.ibm.com>
|
2007-01-21 Markus Deuling <deuling@de.ibm.com>
|
||||||
|
|
||||||
* breakpoint.c (delete_command): Skip redundant loop iterations.
|
* breakpoint.c (delete_command): Skip redundant loop iterations.
|
||||||
|
|
12
gdb/NEWS
12
gdb/NEWS
|
@ -90,6 +90,9 @@ supported.
|
||||||
* The "set trust-readonly-sections" command works again. This command was
|
* The "set trust-readonly-sections" command works again. This command was
|
||||||
broken in GDB 6.3, 6.4, and 6.5.
|
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
|
* Support for GNU/Linux Thread Local Storage (TLS, per-thread variables) no
|
||||||
longer requires symbolic debug information (e.g. DWARF-2).
|
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
|
Fetch an OS auxilliary vector from the remote stub. This packet is a
|
||||||
more efficient replacement for qPart:auxv:read.
|
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
|
* Removed remote packets
|
||||||
|
|
||||||
qPart:auxv:read:
|
qPart:auxv:read:
|
||||||
|
|
Loading…
Add table
Reference in a new issue