This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] sim: cgen: namespace custom trace functions


On Fri, Jun 12, 2015 at 2:11 AM, Mike Frysinger <vapier@gentoo.org> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]