Run a few more binutils tests non-native
[deliverable/binutils-gdb.git] / gdb / ada-lang.h
index bac6c06e40ba2d527fc9ae6abba365c5a0a0fad7..a4192fc8a5acbf3d90978f6c8320065bfad402a5 100644 (file)
@@ -375,12 +375,10 @@ extern char *ada_breakpoint_rewrite (char *, int *);
 
 extern char *ada_main_name (void);
 
-extern std::string ada_name_for_lookup (const char *name);
-
 extern void create_ada_exception_catchpoint
   (struct gdbarch *gdbarch, enum ada_exception_catchpoint_kind ex_kind,
-   char *excep_string, char *cond_string, int tempflag, int disabled,
-   int from_tty);
+   const std::string &excep_string, const std::string &cond_string, int tempflag,
+   int disabled, int from_tty);
 
 /* Some information about a given Ada exception.  */
 
This page took 0.02507 seconds and 4 git commands to generate.