From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20247 invoked by alias); 2 Feb 2004 23:31:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20213 invoked from network); 2 Feb 2004 23:31:26 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sources.redhat.com with SMTP; 2 Feb 2004 23:31:26 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 3E557357B; Mon, 2 Feb 2004 15:31:25 -0800 (PST) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id i12NVOOi016198; Mon, 2 Feb 2004 15:31:24 -0800 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id i12NVNls016194; Mon, 2 Feb 2004 15:31:23 -0800 Date: Mon, 02 Feb 2004 23:31:00 -0000 Message-Id: <200402022331.i12NVNls016194@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] add-symbol-file-from-memory command In-Reply-To: Daniel Jacobowitz's message of Monday, 2 February 2004 10:02:54 -0500 <20040202150254.GA7529@nevyn.them.org> X-Antipastobozoticataclysm: Bariumenemanilow X-SW-Source: 2004-02/txt/msg00046.txt.bz2 > Both of these are changes since the last time you posted the patch, so > please do not insist it was unchanged. I already corrected that claim, and you quoted me doing so. Claiming something once and then correcting it is "insisting"? > from_tty should generally only affect verbosity. If the user puts > commands in a .gdbinit, they will be run with from_tty == 0, and should > still trigger an error () when necessary. Gotcha. > Same thing... Right, I didn't touch those pending the directive that you have just given me above, so I will now change them accordingly. Thanks, Roland