* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / defs.h
index 15060a64cea75a7685f7a5542b7a1db02dfe4df0..4fce2e0f0ebb3eb1897d2f688f5713dd15940d2a 100644 (file)
@@ -296,6 +296,9 @@ n_spaces PARAMS ((int));
 extern void
 gdb_printchar PARAMS ((int, GDB_FILE *, int));
 
+/* Print a host address.  */
+extern void gdb_print_address PARAMS ((void *, GDB_FILE *));
+
 extern void
 fprintf_symbol_filtered PARAMS ((GDB_FILE *, char *, enum language, int));
 
@@ -345,6 +348,9 @@ set_next_address PARAMS ((CORE_ADDR));
 extern void
 print_address_symbolic PARAMS ((CORE_ADDR, GDB_FILE *, int, char *));
 
+extern void
+print_address_numeric PARAMS ((CORE_ADDR, GDB_FILE *));
+
 extern void
 print_address PARAMS ((CORE_ADDR, GDB_FILE *));
 
@@ -596,6 +602,14 @@ parse_escape PARAMS ((char **));
 
 extern const char * const reg_names[];
 
+/* Message to be printed before the error message, when an error occurs.  */
+
+extern char *error_pre_print;
+
+/* Message to be printed before the warning message, when a warning occurs.  */
+
+extern char *warning_pre_print;
+
 extern NORETURN void                   /* Does not return to the caller.  */
 error ();
 
This page took 0.0248 seconds and 4 git commands to generate.