From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13140 invoked by alias); 14 Nov 2005 16:18:04 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 13048 invoked by uid 22791); 14 Nov 2005 16:18:01 -0000 Received: from fra-del-02.spheriq.net (HELO fra-del-02.spheriq.net) (195.46.51.98) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 14 Nov 2005 16:18:01 +0000 Received: from fra-out-03.spheriq.net (fra-out-03.spheriq.net [195.46.51.131]) by fra-del-02.spheriq.net with ESMTP id jAEGHwq5020509 for ; Mon, 14 Nov 2005 16:17:58 GMT Received: from fra-cus-02.spheriq.net (fra-cus-02.spheriq.net [195.46.51.38]) by fra-out-03.spheriq.net with ESMTP id jAEGHvpM018243 for ; Mon, 14 Nov 2005 16:17:58 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-02.spheriq.net with ESMTP id jAEGHJhg008731 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Mon, 14 Nov 2005 16:17:36 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 4B5D9DA48 for ; Mon, 14 Nov 2005 16:17:06 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 13FC7475C7; Mon, 14 Nov 2005 16:20:04 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id B5598759AE for ; Mon, 14 Nov 2005 16:20:03 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 47130475C4 for ; Mon, 14 Nov 2005 16:20:01 +0000 (GMT) Received: from [164.129.15.13] (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CGZ21008 (AUTH "andrew stubbs"); Mon, 14 Nov 2005 16:17:01 GMT Message-ID: <4378B7E9.9070807@st.com> Date: Mon, 14 Nov 2005 19:09:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: 6.4 NEWS Content-Type: multipart/mixed; boundary="------------050400060108070706060108" X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.1.07 X-SW-Source: 2005-11/txt/msg00191.txt.bz2 This is a multi-part message in MIME format. --------------050400060108070706060108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 186 Hi, Is the attached OK for the NEWS file on both 6.4 branch and HEAD? It is basically the same patch I posted before, but now shows all the new options in 6.4. Thanks Andrew Stubbs --------------050400060108070706060108 Content-Type: text/plain; name="6.4-news.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="6.4-news.patch" Content-length: 916 2005-11-14 Andrew Stubbs * NEWS: Add --batch-silent, --return-child-result, and --eval-command options to the 6.4 section. Index: src/gdb/NEWS =================================================================== --- src.orig/gdb/NEWS 2005-11-03 01:45:06.000000000 +0000 +++ src/gdb/NEWS 2005-11-14 16:10:56.000000000 +0000 @@ -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 --------------050400060108070706060108--