From: Daniel Jacobowitz Date: Sat, 7 Jun 2008 22:21:28 +0000 (+0000) Subject: * NEWS: Make indentation consistent. Move exec tracing entry out X-Git-Tag: msnyder-reverse-20080609-branchpoint~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d001be7a29e97e263f687f51f6bc4b7a4a9b7547;p=thirdparty%2Fbinutils-gdb.git * NEWS: Make indentation consistent. Move exec tracing entry out of remote packet list. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 29f89cfe26e..2d51a8dfa5b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-06-07 Daniel Jacobowitz + + * NEWS: Make indentation consistent. Move exec tracing entry out + of remote packet list. + 2008-06-06 Tom Tromey * value.h (evaluate_subexpression_type, extract_field_op): diff --git a/gdb/NEWS b/gdb/NEWS index 523f328eec8..69bc05c1879 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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.