diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2011-01-06 19:56:44 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2011-01-06 19:56:44 +0000 |
commit | a255712f6589e84469ad702e4f9a53bec250fb9f (patch) | |
tree | 5727491766814448cda59da5541f6965f2b96cb7 /gdb/doc | |
parent | ae428b57523c774b519637ac6d40896b9ef01893 (diff) | |
download | gdb-a255712f6589e84469ad702e4f9a53bec250fb9f.zip gdb-a255712f6589e84469ad702e4f9a53bec250fb9f.tar.gz gdb-a255712f6589e84469ad702e4f9a53bec250fb9f.tar.bz2 |
ChangeLog:
2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
* jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
* jit.c (jit_debug): New variable.
(show_jit_debug): New function.
(struct target_buffer): Use ULONGEST.
(bfd_open_from_target_memory): Likewise.
(jit_register_code, jit_inferior_init): Add debug output.
(_initialize_jit): Register "debug jit" command.
doc/ChangeLog:
2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.texinfo (Debugging Output): Document "set debug jit".
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 04e4714..9924768 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com> + + * gdb.texinfo (Debugging Output): Document "set debug jit". + 2011-01-06 Tom Tromey <tromey@redhat.com> PR python/12133: diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f6a3747..a16cf83 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -19955,6 +19955,11 @@ The default is off. @file{infrun.c} contains GDB's runtime state machine used for implementing operations such as single-stepping the inferior. @item show debug infrun Displays the current state of @value{GDBN} inferior debugging. +@item set debug jit +@cindex just-in-time compilation, debugging messages +Turns on or off debugging messages from JIT debug support. +@item show debug jit +Displays the current state of @value{GDBN} JIT debugging. @item set debug lin-lwp @cindex @sc{gnu}/Linux LWP debug messages @cindex Linux lightweight processes |