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


On Wed, Jan 5, 2011 at 12:01 PM, Doug Evans <dje@google.com> wrote:

> I'd suggest removing "Higher numbers are more verbose."

Done.

> and while I haven't tried it, I wonder if show_jit_debug is necessary

It's not.

On Wed, Jan 5, 2011 at 12:57 PM, Eli Zaretskii <eliz@gnu.org> wrote:


>> ? ? ? (_initialize_jit): Register "debug jit" command.
>
> Since this is user-level setting, it should be in the manual.

Done.


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


Thanks,

-- 
Paul Pluzhnikov


ChangeLog:

2010-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>

	* jit.c (jit_debug): New variable.
	(jit_register_code, jit_inferior_init): Add debug output.
	(_initialize_jit): Register "debug jit" command.


doc/ChangeLog:

2010-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>

	* gdb.texi (Debugging Output): Document "set debug jit"

Attachment: gdb-jit-debug-20110105-2.txt
Description: Text document


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