From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20584 invoked by alias); 7 Nov 2005 18:06:21 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 20253 invoked by uid 22791); 7 Nov 2005 18:06:13 -0000 Received: from lon-del-03.spheriq.net (HELO lon-del-03.spheriq.net) (195.46.50.99) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 07 Nov 2005 18:06:13 +0000 Received: from lon-out-03.spheriq.net ([195.46.50.131]) by lon-del-03.spheriq.net with ESMTP id jA7I69D2001410 for ; Mon, 7 Nov 2005 18:06:09 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-03.spheriq.net with ESMTP id jA7I66R6031551 for ; Mon, 7 Nov 2005 18:06:09 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-01.spheriq.net with ESMTP id jA7I63nF007015 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 7 Nov 2005 18:06:04 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 CD17EDA41; Mon, 7 Nov 2005 18:05:58 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 8D7924749C; Mon, 7 Nov 2005 18:08:53 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 4AC2D75999; Mon, 7 Nov 2005 18:08:53 +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 C7E574749A; Mon, 7 Nov 2005 18:08:52 +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 CGH01514 (AUTH "andrew stubbs"); Mon, 7 Nov 2005 18:05:56 GMT Message-ID: <436F9700.6050709@st.com> Date: Mon, 07 Nov 2005 18:06:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Joel Brobecker Cc: Eli Zaretskii , gdb@sources.redhat.com Subject: Re: RFC: GDB as a loader 3/3: --eval-command option References: <4354DD31.3020809@st.com> <436B4B87.1060801@st.com> <20051105025059.GB20989@nevyn.them.org> <436F610C.5080508@st.com> <20051107172715.GE1635@adacore.com> In-Reply-To: <20051107172715.GE1635@adacore.com> Content-Type: multipart/mixed; boundary="------------040105030608010207090102" 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/msg00155.txt.bz2 This is a multi-part message in MIME format. --------------040105030608010207090102 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 299 Joel Brobecker wrote: > Indeed, I think you need to add a new section like this: > > *** Changes since GDB 6.4 OK, how about the attached? There's one for the branch and one for mainline. I added the new stuff above the deprecated stuff rather than just appeanding it to the end. Andrew Stubbs --------------040105030608010207090102 Content-Type: text/plain; name="main-news.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="main-news.patch" Content-length: 1212 2005-11-07 Andrew Stubbs * NEWS: Change 'since 6.3' to 'in 6.4' and add --batch-silent option. Add 'since 6.4' section with --return-child-result and --eval-command options. Index: src/gdb/NEWS =================================================================== --- src.orig/gdb/NEWS 2005-11-07 17:37:18.000000000 +0000 +++ src/gdb/NEWS 2005-11-07 17:45:23.000000000 +0000 @@ -1,7 +1,18 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 6.3 +*** Changes since GDB 6.4 + +* New command line options + +--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. + +*** Changes in GDB 6.4 * New native configurations @@ -12,6 +23,10 @@ OpenBSD/mips64 mips64-*-openbsd* Morpho Technologies ms1 ms1-elf +* New command line options + +--batch-silent As for --batch, but totally silent. + * Deprecated commands removed The following commands, that were deprecated in 2000, have been --------------040105030608010207090102 Content-Type: text/plain; name="6.4-news.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="6.4-news.patch" Content-length: 560 2005-11-07 Andrew Stubbs * NEWS: Add --batch-silent option. Index: src6.4/NEWS =================================================================== --- src6.4.orig/NEWS 2005-11-07 14:12:02.000000000 +0000 +++ src6.4/NEWS 2005-11-07 14:12:08.000000000 +0000 @@ -12,6 +12,10 @@ OpenBSD/mips64 mips64-*-openbsd* Morpho Technologies ms1 ms1-elf +* New command line options + +--batch-silent As for --batch, but totally silent. + * Deprecated commands removed The following commands, that were deprecated in 2000, have been --------------040105030608010207090102--