summaryrefslogtreecommitdiff
path: root/gdb/jv-valprint.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2000-04-27 15:33:01 +0000
committerMichael Snyder <msnyder@specifix.com>2000-04-27 15:33:01 +0000
commit17a304cef8a97b99d825e2488627034f0074cd1e (patch)
treeb7097ad33e60fc237ad6d8e02fd8141fdf00bfa8 /gdb/jv-valprint.c
parent04d9d094d02e638021528076f6b6ef56d0534f82 (diff)
downloadgdb-17a304cef8a97b99d825e2488627034f0074cd1e.tar.gz
2000-04-27 Michael Snyder <msnyder@seadog.cygnus.com>
* jv-valprint.c (java_val_print): Add arg declaration, fix compiler warning. * corelow.c (core_open): Call set_gdbarch_from_file so that gdbarch becomes aware of the architecture encoded in the corefile. * findvar.c (write_register_gen): Export this useful interface. * value.h (write_register_gen): Declare.
Diffstat (limited to 'gdb/jv-valprint.c')
-rw-r--r--gdb/jv-valprint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/jv-valprint.c b/gdb/jv-valprint.c
index 0f4232cc8c6..6f9273d5100 100644
--- a/gdb/jv-valprint.c
+++ b/gdb/jv-valprint.c
@@ -454,6 +454,7 @@ java_val_print (type, valaddr, embedded_offset, address, stream, format,
deref_ref, recurse, pretty)
struct type *type;
char *valaddr;
+ int embedded_offset;
CORE_ADDR address;
struct ui_file *stream;
int format;