]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/exceptions.h
PR 20569, segv in follow_exec
[thirdparty/binutils-gdb.git] / gdb / exceptions.h
index 5711c1a35e1e81cbbefb3c3cbba84e99e650430f..a2d39d7d4a6e28f694bfb9174359ed071b814abd 100644 (file)
@@ -88,4 +88,7 @@ extern int catch_exceptions_with_msg (struct ui_out *uiout,
 typedef int (catch_errors_ftype) (void *);
 extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
 
+/* Compare two exception objects for print equality.  */
+extern int exception_print_same (struct gdb_exception e1,
+                                struct gdb_exception e2);
 #endif