summaryrefslogtreecommitdiff
path: root/gdb/jit.h
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2011-01-06 19:56:42 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2011-01-06 19:56:42 +0000
commit0d67ef8877f86c2cd1144e6e1e51c95806a09403 (patch)
treefb4bdc2a5d114109bcff8c5976606afa8d4c6e54 /gdb/jit.h
parentf47b1885bb46d4a0a5963483c6cbcfbe4444a253 (diff)
downloadgdb-0d67ef8877f86c2cd1144e6e1e51c95806a09403.tar.gz
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/jit.h')
-rw-r--r--gdb/jit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/jit.h b/gdb/jit.h
index 581fa5825d5..8187d52e7b5 100644
--- a/gdb/jit.h
+++ b/gdb/jit.h
@@ -42,7 +42,7 @@ struct jit_code_entry
CORE_ADDR next_entry;
CORE_ADDR prev_entry;
CORE_ADDR symfile_addr;
- uint64_t symfile_size;
+ ULONGEST symfile_size;
};
/* This is the global descriptor that the inferior uses to communicate