Support R_SPARC_WDISP10 and R_SPARC_H34.
[external/binutils.git] / gdb / mi / mi-main.h
index 1383177..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.
 
@@ -26,11 +26,13 @@ extern void mi_load_progress (const char *section_name,
                              unsigned long total_sent,
                              unsigned long grand_total);
 
+extern void mi_print_timing_maybe (void);
+
 extern char *current_token;
 
 extern int running_result_record_printed;
-
-void mi_print_timing_maybe ();
+extern int mi_proceeded;
+extern int mi_suppress_breakpoint_notifications;
 
 #endif