* NEWS: Move "set logging" entry into GDB 6.0 section.

This commit is contained in:
Daniel Jacobowitz 2003-07-02 20:51:35 +00:00
parent a9dd42f197
commit c7f1390e9f
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-07-02 Daniel Jacobowitz <drow@mvista.com>
* NEWS: Move "set logging" entry into GDB 6.0 section.
2003-07-02 Jim Blandy <jimb@redhat.com> 2003-07-02 Jim Blandy <jimb@redhat.com>
* s390-tdep.c (struct frame_extra_info): new member: * s390-tdep.c (struct frame_extra_info): new member:

View file

@ -3,13 +3,13 @@
*** Changes since GDB 6.0: *** Changes since GDB 6.0:
*** Changes in GDB 6.0:
* GDB supports logging output to a file * GDB supports logging output to a file
There are two new commands, "set logging" and "show logging", which can be There are two new commands, "set logging" and "show logging", which can be
used to capture GDB's output to a file. used to capture GDB's output to a file.
*** Changes in GDB 6.0:
* The meaning of "detach" has changed for gdbserver * The meaning of "detach" has changed for gdbserver
The "detach" command will now resume the application, as documented. To The "detach" command will now resume the application, as documented. To