On Wed, Jan 5, 2011 at 12:01 PM, Doug Evans 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 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 * 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 * gdb.texi (Debugging Output): Document "set debug jit"