* NEWS: Make indentation consistent. Move exec tracing entry out

of remote packet list.
This commit is contained in:
Daniel Jacobowitz 2008-06-07 22:21:28 +00:00
parent 6a26771553
commit d001be7a29
2 changed files with 13 additions and 8 deletions

View File

@ -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):

View File

@ -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.