diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-11-15 16:09:51 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-11-15 16:09:51 +0000 |
commit | da8bd9a3c5988662518227005098a56ae2b08f94 (patch) | |
tree | 54502e4f88a2482ee463b283b7bae4f0b8b98a8d /gdb | |
parent | a45248e08687102273909f5d122c6d71e44be5d3 (diff) | |
download | gdb-da8bd9a3c5988662518227005098a56ae2b08f94.zip gdb-da8bd9a3c5988662518227005098a56ae2b08f94.tar.gz gdb-da8bd9a3c5988662518227005098a56ae2b08f94.tar.bz2 |
* NEWS: Mention sparc64-linux-gnu gdbserver support.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 62a9a9a..811a760 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-11-15 Daniel Jacobowitz <dan@codesourcery.com> + + * NEWS: Mention sparc64-linux-gnu gdbserver support. + 2008-11-14 Daniel Gutson <dgutson@codesourcery.com> * configure.tgt (sparc64-*-linux*): Added gdbserver support. @@ -85,6 +85,9 @@ are treated as the standard definitions, regardless of context. - gdbserver uses the new noack protocol mode for TCP connections to reduce communications latency, if also supported and enabled in GDB. + - Support for the sparc64-linux-gnu target is now included in + gdbserver. + * Python scripting GDB now has support for scripting using Python. Whether this is |