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] Add "debug jit" for easier tracing of JIT support internals


> From: Paul Pluzhnikov <ppluzhnikov@google.com>
> Date: Wed, 5 Jan 2011 13:53:11 -0800
> Cc: gdb-patches@sourceware.org
> 
> > Since this is user-level setting, it should be in the manual.
> 
> Done.

Thanks.  One comment below.

> One question: is '%zu' appropriate format for printing size_t ?

I think it's only in C9x, so no.

> +@item set debug jit
> +@cindex just-in-time compilation

Since this text does not describe just-in-time compilation in general,
the index entry should be qualified:

  @cindex just-in-time compilation, debugging messages

Okay with that change.


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