From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64872 invoked by alias); 14 Jun 2015 13:49:15 -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 64862 invoked by uid 89); 14 Jun 2015 13:49:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 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-ob0-f178.google.com Received: from mail-ob0-f178.google.com (HELO mail-ob0-f178.google.com) (209.85.214.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 14 Jun 2015 13:49:13 +0000 Received: by obcej4 with SMTP id ej4so48900783obc.0 for ; Sun, 14 Jun 2015 06:49:11 -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:content-type; bh=dROWG+Na5IbJW1Z4jfAXpbxnSK9u84humYVn7aZ8qUo=; b=EjvTRCiXZnfLUXhdLiiOiTjg7RImTPNubyTKUTNnxMtnP4R4z3DViGvLJSfPKKthyz mWYX6DUFSqj+cbrvlEw5DHlLIIIgHQWc1N3+qhtn0YmRmXPHGLMhFkdqI3aupq+6wUGX EIww8GVU7etxwJRmxa1iiECFCAq6Clgyia7SyjvUCqpIfiU1CBmm9F8H/eke5U8yp47Q ilH4iQXklft2IXs9ElX7ApUu3mUfgD63DZG2XZwSn824cdtOGuZQS3+QbHLyk5ePwLBU P3o7ZI3nU93bPYW0MplZeAzn1EmM2RY02zlQokJo49BOxw15CiBY+yxHR6v3J5N3Zm2L IdYg== X-Gm-Message-State: ALoCoQlhfuZg8XppdFlJiYjag4rwZ0Z1YuZPIA+NsEb8SgMje97ELcuBQXcsvMKBRqApS0oDddK4 MIME-Version: 1.0 X-Received: by 10.60.80.229 with SMTP id u5mr20106943oex.27.1434289751289; Sun, 14 Jun 2015 06:49:11 -0700 (PDT) Received: by 10.182.89.99 with HTTP; Sun, 14 Jun 2015 06:49:11 -0700 (PDT) In-Reply-To: <20150612091149.GC13625@vapier> References: <20150612091149.GC13625@vapier> Date: Sun, 14 Jun 2015 13:49:00 -0000 Message-ID: Subject: Re: [PATCH] sim: cgen: namespace custom trace functions From: Doug Evans To: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00280.txt.bz2 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 blocking > 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. Heads up, a lot of these are generated files. I'm happy to update the generator and regenerate these.