forked from Imagelibrary/binutils-gdb
* value.h (val_print): Return void.
* valprint.c (val_print): Return void.
This commit is contained in:
12
gdb/value.h
12
gdb/value.h
@@ -817,12 +817,12 @@ extern void value_print_array_elements (struct value *val,
|
||||
|
||||
extern struct value *value_release_to_mark (struct value *mark);
|
||||
|
||||
extern int val_print (struct type *type, const gdb_byte *valaddr,
|
||||
int embedded_offset, CORE_ADDR address,
|
||||
struct ui_file *stream, int recurse,
|
||||
const struct value *val,
|
||||
const struct value_print_options *options,
|
||||
const struct language_defn *language);
|
||||
extern void val_print (struct type *type, const gdb_byte *valaddr,
|
||||
int embedded_offset, CORE_ADDR address,
|
||||
struct ui_file *stream, int recurse,
|
||||
const struct value *val,
|
||||
const struct value_print_options *options,
|
||||
const struct language_defn *language);
|
||||
|
||||
extern void common_val_print (struct value *val,
|
||||
struct ui_file *stream, int recurse,
|
||||
|
||||
Reference in New Issue
Block a user