Support R_SPARC_WDISP10 and R_SPARC_H34.
[external/binutils.git] / gdb / mi / mi-main.h
index 90a61e3..beac2cd 100644 (file)
@@ -1,6 +1,6 @@
 /* MI Internal Functions for GDB, the GNU debugger.
 
-   Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -31,6 +31,8 @@ extern void mi_print_timing_maybe (void);
 extern char *current_token;
 
 extern int running_result_record_printed;
+extern int mi_proceeded;
+extern int mi_suppress_breakpoint_notifications;
 
 #endif