diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-06-07 22:21:28 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-06-07 22:21:28 +0000 |
commit | d001be7a29e97e263f687f51f6bc4b7a4a9b7547 (patch) | |
tree | 10a53a73bd764d04720ab8fbcc1ccc4808857bde | |
parent | 6a26771553268288ca1652dc051fa7165245ea25 (diff) | |
download | gdb-d001be7a29e97e263f687f51f6bc4b7a4a9b7547.zip gdb-d001be7a29e97e263f687f51f6bc4b7a4a9b7547.tar.gz gdb-d001be7a29e97e263f687f51f6bc4b7a4a9b7547.tar.bz2 |
* NEWS: Make indentation consistent. Move exec tracing entry out
of remote packet list.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 16 |
2 files changed, 13 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 29f89cf..2d51a8d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-06-07 Daniel Jacobowitz <dan@codesourcery.com> + + * NEWS: Make indentation consistent. Move exec tracing entry out + of remote packet list. + 2008-06-06 Tom Tromey <tromey@redhat.com> * value.h (evaluate_subexpression_type, extract_field_op): @@ -141,9 +141,9 @@ commands (remote put, remote get, and remote delete). extended-remote mode. * hppa*64*-*-hpux11* target broken - The debugger is unable to start a program and fails with the following - error: "Error trying to get information about dynamic linker". - The gdb-6.7 release is also affected. +The debugger is unable to start a program and fails with the following +error: "Error trying to get information about dynamic linker". +The gdb-6.7 release is also affected. * GDB now supports the --enable-targets= configure option to allow building a single GDB executable that supports multiple remote @@ -158,8 +158,8 @@ stored in two consecutive float registers. breakpoints now. * Improved support for debugging Ada - Many improvements to the Ada language support have been made. These - include: +Many improvements to the Ada language support have been made. These +include: - Better support for Ada2005 interface types - Improved handling of arrays and slices in general - Better support for Taft-amendment types @@ -168,6 +168,9 @@ breakpoints now. - Improved command completion in Ada - Several bug fixes +* GDB on GNU/Linux and HP/UX can now debug through "exec" of a new +process. + * New commands set print frame-arguments (all|scalars|none) @@ -196,9 +199,6 @@ vFile:pwrite: vFile:unlink: Open, close, read, write, and delete files on the remote system. -* GDB on GNU/Linux and HP/UX can now debug through "exec" of a new -process. - vAttach Attach to an existing process on the remote system, in extended-remote mode. |