* NEWS: Add a new section for changes since GDB 6.6. Rename
the section "Changes since GDB 6.5" into "Changes in GDB 6.6". Move a couple of items into the new section as they did not make it to 6.6.
This commit is contained in:
parent
baa7655eda
commit
6dd0964508
@ -1,3 +1,10 @@
|
|||||||
|
2006-11-19 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* NEWS: Add a new section for changes since GDB 6.6. Rename
|
||||||
|
the section "Changes since GDB 6.5" into "Changes in GDB 6.6".
|
||||||
|
Move a couple of items into the new section as they did not
|
||||||
|
make it to 6.6.
|
||||||
|
|
||||||
2006-11-19 Joel Brobecker <brobecker@adacore.com>
|
2006-11-19 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
GDB 6.6 branch created (branch timestamp: 2006-11-15 12:00)
|
GDB 6.6 branch created (branch timestamp: 2006-11-15 12:00)
|
||||||
|
21
gdb/NEWS
21
gdb/NEWS
@ -1,7 +1,19 @@
|
|||||||
What has changed in GDB?
|
What has changed in GDB?
|
||||||
(Organized release by release)
|
(Organized release by release)
|
||||||
|
|
||||||
*** Changes since GDB 6.5
|
*** Changes since GDB 6.6
|
||||||
|
|
||||||
|
* The GDB remote stub, gdbserver, now has lower overhead for high
|
||||||
|
frequency signals (e.g. SIGALRM) via the QPassSignals packet.
|
||||||
|
|
||||||
|
* New remote packets
|
||||||
|
|
||||||
|
QPassSignals:
|
||||||
|
Ignore the specified signals; pass them directly to the debugged program
|
||||||
|
without stopping other threads or reporting them to GDB.
|
||||||
|
|
||||||
|
|
||||||
|
*** Changes in GDB 6.6
|
||||||
|
|
||||||
* New targets
|
* New targets
|
||||||
|
|
||||||
@ -21,9 +33,6 @@ broken in GDB 6.3, 6.4, and 6.5.
|
|||||||
* 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).
|
||||||
|
|
||||||
* The GDB remote stub, gdbserver, now has lower overhead for high
|
|
||||||
frequency signals (e.g. SIGALRM) via the QPassSignals packet.
|
|
||||||
|
|
||||||
* New commands
|
* New commands
|
||||||
|
|
||||||
set substitute-path
|
set substitute-path
|
||||||
@ -62,10 +71,6 @@ 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.
|
||||||
|
|
||||||
QPassSignals:
|
|
||||||
Ignore the specified signals; pass them directly to the debugged program
|
|
||||||
without stopping other threads or reporting them to GDB.
|
|
||||||
|
|
||||||
* Removed remote packets
|
* Removed remote packets
|
||||||
|
|
||||||
qPart:auxv:read:
|
qPart:auxv:read:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user