diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-07-02 20:51:35 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-07-02 20:51:35 +0000 |
commit | c7f1390e9f3a6345fc3bb0bf35b40123a1b20c9c (patch) | |
tree | 8138d4ff97450c85439097b39769cdad97abbc40 /gdb/NEWS | |
parent | a9dd42f1978d784aed979d58d51766af84c2f986 (diff) | |
download | binutils-c7f1390e9f3a6345fc3bb0bf35b40123a1b20c9c.zip binutils-c7f1390e9f3a6345fc3bb0bf35b40123a1b20c9c.tar.gz binutils-c7f1390e9f3a6345fc3bb0bf35b40123a1b20c9c.tar.bz2 |
* NEWS: Move "set logging" entry into GDB 6.0 section.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,13 +3,13 @@ *** Changes since GDB 6.0: +*** Changes in GDB 6.0: + * GDB supports logging output to a file There are two new commands, "set logging" and "show logging", which can be used to capture GDB's output to a file. -*** Changes in GDB 6.0: - * The meaning of "detach" has changed for gdbserver The "detach" command will now resume the application, as documented. To |