aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/value.h b/gdb/value.h
index 0824b5e..7026466 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -492,6 +492,9 @@ extern void print_longest (struct ui_file *stream, int format,
extern void print_floating (const gdb_byte *valaddr, struct type *type,
struct ui_file *stream);
+extern void print_decimal_floating (const gdb_byte *valaddr, struct type *type,
+ struct ui_file *stream);
+
extern int value_print (struct value *val, struct ui_file *stream, int format,
enum val_prettyprint pretty);