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 Thu, Jan 6, 2011 at 11:44 AM, Tom Tromey <tromey@redhat.com> wrote:

> Could we go even further, and just specify the name of the parameter and
> then some generic documentation about it? ?The set- and show-docs are
> usually pretty useless.
>
> Something like:
>
> add_setshow_zinteger_cmd ("jit", class_maintenance, &jit_debug,
> ? ? ? ? ? ? ? ? ? ? ? ? ?_("JIT debugging"),
> ? ? ? ? ? ? ? ? ? ? ? ? ?_("When non-zero, JIT debugging is enabled."),
> ? ? ? ? ? ? ? ? ? ? ? ? ?&setdebuglist, &showdebuglist);
>
> Then:
>
> (gdb) help show debug jit
> Show the "JIT debugging" setting.
> Usage: show debug jit
> When non-zero, JIT debugging is enabled.

Just to avoid any confusion, "JIT debugging" (as in "GDB will set breakpoint,
read in-memory JITed files, etc.") is (currently) always enabled.

What 'set debug jit 1' turns on is debugging of what "JIT debugging"
is doing internally :-)

-- 
Paul Pluzhnikov


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