From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89097 invoked by alias); 21 Jun 2015 18:40:34 -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 89081 invoked by uid 89); 21 Jun 2015 18:40:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 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; Sun, 21 Jun 2015 18:40:32 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 9F903340AC8; Sun, 21 Jun 2015 18:40:30 +0000 (UTC) Date: Sun, 21 Jun 2015 18:40:00 -0000 From: Mike Frysinger To: Doug Evans Cc: gdb-patches Subject: Re: [PATCH] sim: cgen: namespace custom trace functions Message-ID: <20150621184030.GA17734@vapier> Mail-Followup-To: Doug Evans , gdb-patches References: <20150612091149.GC13625@vapier> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline In-Reply-To: X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00423.txt.bz2 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1037 On 14 Jun 2015 06:49, Doug Evans wrote: > On Fri, Jun 12, 2015 at 2:11 AM, Mike Frysinger wrote: > > The cgen code declares some macros/funcs using the trace_xxx prefix, but > > the code isn't generic and only works with cgen targets. This is block= ing > > the creation of new common trace functions. > > > > Let's blindly add cgen_xxx prefixes to all these symbols. Some already > > use this convention to avoid conflicts, so it makes sense to align them. > > In the future we might want to move some to the common trace core, but > > one thing at a time. > > > > I'm attaching the patch compressed because it's like 2MB in size. It's > > all pretty mechanical -- the large files were updated using `sed`. > > > > Committed. >=20 > Heads up, a lot of these are generated files. > I'm happy to update the generator and regenerate these. sorry about that. i'm not terribly familiar with cgen, and the heavy use o= f=20 scheme makes it unlikely to improve the situation :/. looks like you posted a patch though at this point. -mike --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVhwUeAAoJEEFjO5/oN/WBB/8QAIVrHVa6zrKt2i4yXz2ujdGa 2j4N3F9IIO+v6yODUbR8VSj5EY8XEOvnsQpT5z39s714YVzOCZ3NnUF6nq7+gANU s9ZFugTXBZ4FRr/14nkYEK49n2etbaI5lnODUPb5IKZm19EYsNGMrjpRDMD96Pgr yAKwkN9wFMioYuPndZQTe2650Wrze0k0mZYYleoU4HBrBVj1Jultex0+YPELBk2M C+tjXM/1SmfsK6Tzt6m6YSSjoWAn1wYc7mrmTqv5mC4KMALkSsUj1gHFZL/shQu6 Qx57x/zW0e23CVCYvuHfb69pQ0k9xe7P8KRSeEKuzPfrpslifkinkItOiNgpGyLO fkzfSEmKvWlYofV1w/+lJvoJA/SruRjjmE1vlqXuTbXraqZjwGsrkFLZN3aoG7zJ TXVIwawIpCxP5OjaZ/Ngzcxbi/ilEYY2xS4zCl1MDrsBLZe8jDfeQWJOGRAIVYhL BG9axcOr2keT2UgtwI/nmJA2gbAf92aoRla1IMGPqlIjPxQ8CPef9Jpc5ijQ1tCK RTcGNwv8yCpOiSRJzMlnQvBr5dQKGgt39ogCNf6dUqRVC2QAgchfwwJXeJtq3vhF 75Oz/11Ssnniq3fxT53vvtStFWy5uLpVvxvN7Jvmq26pw7XuZDi46wLAe+iKysyC qF7+gfaj0o8Mj9/Yfbq8 =nsJq -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq--