From: Andrew Stubbs Date: Tue, 15 Nov 2005 12:12:31 +0000 (+0000) Subject: 2005-11-15 Andrew Stubbs X-Git-Tag: gdb_6_4-20051202-release~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b3db5a26d71655c532cdb7bc5014396b5e4331;p=thirdparty%2Fbinutils-gdb.git 2005-11-15 Andrew Stubbs * NEWS: Add --batch-silent, --return-child-result, and --eval-command options to the 6.4 section. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7fe4cdb44df..63c25d7421c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2005-11-15 Andrew Stubbs + + * NEWS: Add --batch-silent, --return-child-result, and --eval-command + options to the 6.4 section. + 2005-11-14 James E Wilson PR 2024 diff --git a/gdb/NEWS b/gdb/NEWS index 9eec2efa9ca..c7555c8feae 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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