aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-08-14 19:55:37 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-08-14 19:55:37 +0000
commita5120a7e539853b0851dac8dc571a4e1c7ddd8bd (patch)
tree93bceea7de044da45872529a23353ec17ac78c83 /include
parent035d8553d764f2b1084c6ee9aaf4c78fd1a7c29e (diff)
downloadgdb-a5120a7e539853b0851dac8dc571a4e1c7ddd8bd.zip
gdb-a5120a7e539853b0851dac8dc571a4e1c7ddd8bd.tar.gz
gdb-a5120a7e539853b0851dac8dc571a4e1c7ddd8bd.tar.bz2
* callback.h (cb_printf, cb_eprintf): Declare.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog37
-rw-r--r--include/callback.h4
2 files changed, 16 insertions, 25 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 3673d9c..0e5b3ad 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,15 @@
+Thu Aug 14 12:54:07 1997 Doug Evans <dje@canuck.cygnus.com>
+
+ * callback.h (cb_printf, cb_eprintf): Declare.
+
+Fri Aug 8 16:43:56 1997 Doug Evans <dje@canuck.cygnus.com>
+
+ * dis-asm.h (arc_get_disassembler): Declare.
+
+Wed Jul 30 11:39:50 1997 Per Bothner <bothner@deneb.cygnus.com>
+
+ * demangle.h (DMGL_JAVA): New option to request Java demangling.
+
Tue Jul 22 17:59:54 1997 Ian Lance Taylor <ian@cygnus.com>
* libiberty.h (PEXECUTE_*): Define.
@@ -408,29 +420,11 @@ Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
* demangle.h: Don't include ansidecl.h if IN_GCC.
-start-sanitize-arc
-Tue Mar 7 21:01:54 1995 Doug Evans <dje@chestnut.cygnus.com>
-
- * dis-asm.h (arc_get_disassembler): New argument `int big_p'.
-end-sanitize-arc
-
Tue Feb 21 00:37:28 1995 Jeff Law (law@snake.cs.utah.edu)
* hp-symtab.h: Don't use bitfield enumerations, the HP C compiler
does not handle them correctly.
-start-sanitize-arc
-Fri Feb 17 12:40:12 1995 Doug Evans <dje@cygnus.com>
-
- * dis-asm.h (arc_get_disassembler): Change argument to int.
- All callers updated.
-
-Thu Feb 9 19:45:05 1995 Doug Evans <dje@canuck.cygnus.com>
-
- * dis-asm.h (print_insn_arc): Deleted.
- (arc_get_disassembler): Declare.
-end-sanitize-arc
-
Thu Feb 9 14:20:27 1995 Ian Lance Taylor <ian@cygnus.com>
* libiberty.h (basename): Don't declare parameter type; some
@@ -473,13 +467,6 @@ Wed Dec 14 13:08:43 1994 Stan Shebs <shebs@andros.cygnus.com>
* progress.h: New file, empty definitions for progress macros.
-start-sanitize-arc
-Tue Nov 29 17:38:20 1994 Doug Evans <dje@canuck.cygnus.com>
-
- * dis-asm.h (print_insn_arc): Declare.
- * elf/common.h (EM_CYGNUS_ARC): Define.
-end-sanitize-arc
-
Fri Nov 25 00:14:05 1994 Jeff Law (law@snake.cs.utah.edu)
* hp-symtab.h: New file describing the debug symbols emitted
diff --git a/include/callback.h b/include/callback.h
index 1070706..1a2ba71 100644
--- a/include/callback.h
+++ b/include/callback.h
@@ -106,4 +106,8 @@ extern target_defs_map open_map[];
extern int host_to_target_errno PARAMS ((int));
extern int target_to_host_open PARAMS ((int));
+/* Cover functions to the vprintf callbacks. */
+extern void cb_printf PARAMS ((host_callback *, const char *, ...));
+extern void cb_eprintf PARAMS ((host_callback *, const char *, ...));
+
#endif