From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7771 invoked by alias); 20 Aug 2014 15:32:52 -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 7729 invoked by uid 89); 20 Aug 2014 15:32:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 20 Aug 2014 15:32:50 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id B4B7B340222; Wed, 20 Aug 2014 15:32:48 +0000 (UTC) From: Mike Frysinger To: Gary Benson Cc: Steve Ellcey , Doug Evans , gdb-patches , Pedro Alves , "Frank Ch. Eigler" Subject: Re: [PATCH 4/5 v7] Introduce common-debug.h Date: Wed, 20 Aug 2014 15:32:00 -0000 Message-ID: <2738453.Usiax8h3c8@vapier> User-Agent: KMail/4.13.3 (Linux/3.14.2; KDE/4.13.3; x86_64; ; ) In-Reply-To: <20140820120934.GA26854@blade.nx> References: <20140819091220.GB6493@blade.nx> <15329331.NicJ8HFAzI@vapier> <20140820120934.GA26854@blade.nx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart6307411.SrgngFFLAj"; micalg="pgp-sha1"; protocol="application/pgp-signature" X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00409.txt.bz2 --nextPart6307411.SrgngFFLAj Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" Content-length: 1071 On Wed 20 Aug 2014 13:09:34 Gary Benson wrote: > Mike Frysinger wrote: > > On Wed 20 Aug 2014 09:52:43 Gary Benson wrote: > > > Steve, you can probably work around this for now by adding: > > > #define debug_printf gdb_debug_printf > > >=20 > > > at the top of GDB's common/common-debug.h. If SIM's debug_printf > > > cannot be removed then maybe we will have to add some hack like > > > this to GDB permanently. > >=20 > > i'm fine with updating sim/common/sim-trace.h with that idea: > > #define debug_printf sim_debug_printf > >=20 > > all the symbols coming out of the sim really should be namespaced >=20 > Great. I can put together a patch if you like (or I can make the > change, or you can... whatever's easiest!) I don't know much about > SIM... is there a list to mail patches to? And, is its upstream > repo the same as binutils+GDB or is it imported from somewhere else > like libiberty? it would be great if you could put together the patch :). sim patches go t= o=20 the same place as gdb (same repo), and i can approve them when i see them. -mike= --nextPart6307411.SrgngFFLAj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABAgAGBQJT9L+iAAoJEEFjO5/oN/WBW0cP+wTMwVqF4n2eTHT1BKwjuEBM ayl3Er8fmt3GGaauJ9OW85uRttjqdlFny/Gx7CaKOl2pGezq07JyTVt7CJFOrCE8 MTCONpsFXZzIyOpny6xe46YyLWK4rDlzUGxSxeSll6XObykm2C96JeNfG9qC3s2g RrcgRFoEaaWOizvPlQvF39NISJZpbgabsKH7aZ7UvFsNDS491HGiQqh+Yfga0hUO 7HndB2Qv6dAIpKdwEyaBO/bAnWllAhWbgIdE/wLY/SqtmDXjdgPc8r22rbdWC4Jd i6/luwF4UIK1wAyiX26DVAdKQYog2Det/OLQM7C8f10VmVZgO48U26y7gTTObXei hvc8oRHTx0nc/cTLPxs0d4Wa9U8pM5OXIdiqaWhRgIrYJx+69GKhfiSvulijtW2+ 3+hq+FdAbL0UCL/Vi++VXguVM8wX9HQ9JhqMS3nA93kNLNqi8NWIGmmIqipnefIG 3FYBPCIOUxaw15qjhdxiKcYWoTBNuT4Gny8DxMsnqx45lFqv5YtkCSIeK+PeCy// dyioFzyVGYWNqwA9aEAONwG2sAGKSpNrDaKF+5vO3KJ/9CSiRDicdrS8A17s/Urv Athp8/EX3/XRGY4SeWz19IhZ2YxhpBau3BYUb0WkClruJZcZBOSR53qgaQtmYXrc MrsgUN6WoANqGDPg+dBh =W3MS -----END PGP SIGNATURE----- --nextPart6307411.SrgngFFLAj--