X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftypeprint.h;h=a458aa4e2f343d2bc76241b0a3c7d5ee98354639;hb=afa0a4115985939f242bcd54211c98345eefe16b;hp=72da7f485b9f1012da5f4227cabbf288a4e47fe0;hpb=61baf725eca99af2569262d10aca03dcde2698f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/typeprint.h b/gdb/typeprint.h index 72da7f485b..a458aa4e2f 100644 --- a/gdb/typeprint.h +++ b/gdb/typeprint.h @@ -74,6 +74,15 @@ void c_type_print_varspec_suffix (struct type *, struct ui_file *, int, void c_type_print_args (struct type *, struct ui_file *, int, enum language, const struct type_print_options *); +/* Print to stream STREAM. */ + +void type_print_unknown_return_type (struct ui_file *stream); + +/* Throw an error indicating that the user tried to use a symbol that + has unknown type. SYM_PRINT_NAME is the name of the symbol, to be + included in the error message. */ +extern void error_unknown_type (const char *sym_print_name); + extern void val_print_not_allocated (struct ui_file *stream); extern void val_print_not_associated (struct ui_file *stream);