From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20986 invoked by alias); 19 Apr 2012 04:35:18 -0000 Received: (qmail 20975 invoked by uid 22791); 19 Apr 2012 04:35:15 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Apr 2012 04:35:00 +0000 Received: by vcbfy7 with SMTP id fy7so287092vcb.0 for ; Wed, 18 Apr 2012 21:34:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=RtnbSZn/hTPp6rybU8xI1ZD+g3BHoCf5C6NA7NW5ogc=; b=TEoTf35b5ew4yJsDEtELjJZP4rzoGZdsy3p+gsr/+SbGYaK1l82bT+9MNI2uuDQf+2 VYvowJTvaCCqtt2H1aHDPQd87Ooogeb9iUsU6j3eMOSpWve80CDttny6t7Na+mU3oSme aFVFYbtJDfB7QJByyp6F2ZVCadem5giMdgqsTya2t/sAz/xXsuBIUieaFapKKIp9b93+ SKC2YMHY0dD8AZ/k+7i9tPzU4oMayTYVLt/wzIIjYoLcjTwBikGKtHWK01LghEKMxJb+ PmsZ/+AJREzNrAj2EcgU6DHVFW847OqWA7Tbvg/jUj79PMS7F1LIMcr/kWqLWOHDz7Nj w9Tg== Received: by 10.52.22.107 with SMTP id c11mr238812vdf.115.1334810099804; Wed, 18 Apr 2012 21:34:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.22.107 with SMTP id c11mr238805vdf.115.1334810099703; Wed, 18 Apr 2012 21:34:59 -0700 (PDT) Received: by 10.220.115.78 with HTTP; Wed, 18 Apr 2012 21:34:59 -0700 (PDT) In-Reply-To: <20120418185738.277DB2461AF@ruffy.mtv.corp.google.com> References: <20120418185738.277DB2461AF@ruffy.mtv.corp.google.com> Date: Thu, 19 Apr 2012 05:07:00 -0000 Message-ID: Subject: Re: [RFA 3/3] Initial Fission support, the actual Fission stuff From: Doug Evans To: gdb-patches@sourceware.org, tromey@redhat.com Cc: ccoutant@google.com, saugustine@google.com Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQm4m9AmTKSYddJwnebMmQuZK351IkhKmqfaAK1XdtltQ8E8ovvxExp7rbBJLIyLGlvlh5H3Lx02Lcg4ql7NCzzlgWyjHTpsvESz9TNHfILKfHyqHLrUW9nUCel2VP/sUhaLXsit5pEIIVVFLbhBQrFWnLWo4A== 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: 2012-04/txt/msg00615.txt.bz2 On Wed, Apr 18, 2012 at 11:57 AM, Doug Evans wrote: > Hi. > > This is the third patch in the Fission series and provides the actual > Fission support. Sorry, forgot. A lot of the error() calls for bad debug info I want to turn into complaints, but it's been useful during development to have the more immediate effect of the error. IWBN to have an option to make complaints errors, but that is problematic as well. For now, my plan is to turn the errors into complaints in time.