X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fvalue.h;h=6688d963dce0254c5c8fe7e93a17429d2ad78a5e;hb=806048c68af789ffb76e44fca706a7915cfdb9aa;hp=8e31c8624c4579ee705cebad2c2971d3d309bdea;hpb=f67e617a26e6d1efafb752d5047b4ddc33056ab1;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/value.h b/gdb/value.h index 8e31c8624c..6688d963dc 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -479,6 +479,11 @@ extern int val_print (struct type *type, const bfd_byte *valaddr, int deref_ref, int recurse, enum val_prettyprint pretty); +extern int common_val_print (struct value *val, + struct ui_file *stream, int format, + int deref_ref, int recurse, + enum val_prettyprint pretty); + extern int val_print_string (CORE_ADDR addr, int len, int width, struct ui_file *stream);