From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24972 invoked by alias); 24 Oct 2007 16:51:48 -0000 Received: (qmail 24964 invoked by uid 22791); 24 Oct 2007 16:51:48 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 24 Oct 2007 16:51:46 +0000 Received: (qmail 24189 invoked from network); 24 Oct 2007 16:51:44 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 24 Oct 2007 16:51:44 -0000 To: gdb-patches@sourceware.org Subject: Re: [PATCH] Fix uninitialized use of variables. References: <20071020172137.GC28823@lios> <20071024001018.GA15419@caradoc.them.org> From: Jim Blandy Date: Wed, 24 Oct 2007 17:12:00 -0000 In-Reply-To: <20071024001018.GA15419@caradoc.them.org> (Daniel Jacobowitz's message of "Tue, 23 Oct 2007 20:10:18 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00589.txt.bz2 Daniel Jacobowitz writes: > On Tue, Oct 23, 2007 at 04:20:12PM -0700, Jim Blandy wrote: >> This looks fine to me, although Daniel has thoughts on error handling >> in the remote protocol that I don't fully understand. > > Nothing recent or complicated. I just want it to become more > consistent rather than less... Here's what I was thinking of: http://sourceware.org/ml/gdb-patches/2007-07/msg00071.html From: Daniel Jacobowitz I would like for us to unify the error handling in the remote target along with this. It's very jumbled as to what's a warning and what isn't. I think I also remember you expressing concern about throwing 'error' during the connection process. Can you fill us in more on how you'd like remote.c to work? Maybe we can get started, and even get those textual error messages in.