Record GDB 7.5 branch creation. Bump version number
[deliverable/binutils-gdb.git] / gdb / defs.h
index 4d2d2a8a1aa8041c23bcc14a8807bfec6801abcf..1c6fa7941ca02c0a0ea1c9b937ae0a6b0171fea1 100644 (file)
@@ -67,7 +67,7 @@
 
 #include "gdb_wchar.h"
 
-/* For ``enum target_signal''.  */
+/* For ``enum gdb_signal''.  */
 #include "gdb/signals.h"
 
 /* Just in case they're not defined in stdio.h.  */
@@ -381,10 +381,16 @@ extern struct cleanup *make_bpstat_clear_actions_cleanup (void);
 
 extern int producer_is_gcc_ge_4 (const char *producer);
 
+extern void substitute_path_component (char **stringp, const char *from,
+                                      const char *to);
+
 #ifdef HAVE_WAITPID
 extern pid_t wait_to_die_with_timeout (pid_t pid, int *status, int timeout);
 #endif
 
+extern int gdb_filename_fnmatch (const char *pattern, const char *string,
+                                int flags);
+
 \f
 /* Annotation stuff.  */
 
@@ -580,8 +586,8 @@ extern int info_verbose;
 
 extern void set_next_address (struct gdbarch *, CORE_ADDR);
 
-extern void print_address_symbolic (struct gdbarch *, CORE_ADDR,
-                                   struct ui_file *, int, char *);
+extern int print_address_symbolic (struct gdbarch *, CORE_ADDR,
+                                  struct ui_file *, int, char *);
 
 extern int build_address_symbolic (struct gdbarch *,
                                   CORE_ADDR addr,
This page took 0.024389 seconds and 4 git commands to generate.