diff options
author | Andrew Stubbs <andrew.stubbs@st.com> | 2005-11-15 12:38:45 +0000 |
---|---|---|
committer | Andrew Stubbs <andrew.stubbs@st.com> | 2005-11-15 12:38:45 +0000 |
commit | b33a61905012ae5b46fdd3bd1545156a953dde44 (patch) | |
tree | f8fed2898d4e9b2d2c2200625392cb658fc09de4 /gdb/NEWS | |
parent | c03c782ff0dad9272576c5099eec29f7c001602c (diff) | |
download | gdb-b33a61905012ae5b46fdd3bd1545156a953dde44.zip gdb-b33a61905012ae5b46fdd3bd1545156a953dde44.tar.gz gdb-b33a61905012ae5b46fdd3bd1545156a953dde44.tar.bz2 |
2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
* NEWS: Add --batch-silent, --return-child-result, and --eval-command
options to the 6.4 section.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -12,6 +12,16 @@ OpenBSD/mips64 mips64-*-openbsd* Morpho Technologies ms1 ms1-elf +* New command line options + +--batch-silent As for --batch, but totally silent. +--return-child-result The debugger will exist with the same value + the child (debugged) program exited with. +--eval-command COMMAND, -ex COMMAND + Execute a single GDB CLI command. This may be + specified multiple times and in conjunction + with the --command (-x) option. + * Deprecated commands removed The following commands, that were deprecated in 2000, have been |