From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27286 invoked by alias); 20 Aug 2014 21:58:22 -0000 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 Received: (qmail 27213 invoked by uid 89); 20 Aug 2014 21:58:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f181.google.com Received: from mail-vc0-f181.google.com (HELO mail-vc0-f181.google.com) (209.85.220.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 20 Aug 2014 21:58:20 +0000 Received: by mail-vc0-f181.google.com with SMTP id lf12so9780991vcb.40 for ; Wed, 20 Aug 2014 14:58:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=oCBBgEMVHii1jii3wfzAtY9+/jswHDrPofGlkVbSBok=; b=IitK/tZaYU0nNX2xqGU4/uQ1V474DUl6F5NwmCO5NRnqUi3oQPrGmxwAMRtDuvZT1W b1g7nOZPdbZJuo4vYsfp1cXt5EoA5jmH48iJDpo2eVHvkAU95F01L+olyspw/Y2jOoyz oEGi7LE17hEG34jUq3FjLnm58BH8LCBgA7B2dvFojryVOdsMtGJvJU1U8bQPYTsezkpY aNfzAJxfwwGbMlxUv9Op53+gPctve5kRS27I8mzhz/0r2jZ6tcwTlKb41EwJdq3mewQx YtH8MkNTubLmHuKkvcKNijs4rOn5hUnc1/LlDuPxfTxivQPePCZ9ugwYipUsPhJvvflL cnuA== X-Gm-Message-State: ALoCoQmjLplmBeSBztEOy3jWfNu725lYaElnE8iMTfcFRF1lxcb2xF+asOK+tN4v2Gq/A4PbLppk MIME-Version: 1.0 X-Received: by 10.52.190.71 with SMTP id go7mr9763260vdc.28.1408571897934; Wed, 20 Aug 2014 14:58:17 -0700 (PDT) Received: by 10.52.136.203 with HTTP; Wed, 20 Aug 2014 14:58:17 -0700 (PDT) In-Reply-To: <20140820214046.GD5363@redhat.com> References: <20140819091220.GB6493@blade.nx> <1408490530.31355.15.camel@ubuntu-sellcey> <20140820085243.GA2694@blade.nx> <15329331.NicJ8HFAzI@vapier> <20140820120934.GA26854@blade.nx> <20140820133155.GB5363@redhat.com> <20140820191618.GC23764@blade.nx> <20140820214046.GD5363@redhat.com> Date: Wed, 20 Aug 2014 21:58:00 -0000 Message-ID: Subject: Re: [PATCH 4/5 v7] Introduce common-debug.h From: Doug Evans To: "Frank Ch. Eigler" Cc: Gary Benson , Mike Frysinger , Steve Ellcey , gdb-patches , Pedro Alves Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00432.txt.bz2 On Wed, Aug 20, 2014 at 2:40 PM, Frank Ch. Eigler wrote: > Hi - > > On Wed, Aug 20, 2014 at 08:16:19PM +0100, Gary Benson wrote: >> [...] >> Frank, if you're not ok with the patch I just mailed then let me know >> and I'll figure something out when I get back from PTO. > > (I have no objection to the #define in gdb/*.) Of course you don't. :-) [that smiley is a sincere smiley, not a sarcastic one!] [and I'm assuming that's not a typo, and you didn't mean to say sim/*] How much effort is involved in renaming sim's debug_printf?