2011-09-09 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / mi / mi-main.h
index 1383177f27aa2de69d175e6fb4ffca581761ea53..4de098385ba47c8c4cfb4cee5fcca40976737980 100644 (file)
@@ -1,6 +1,7 @@
 /* MI Internal Functions for GDB, the GNU debugger.
 
-   Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -26,11 +27,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
 
This page took 0.025409 seconds and 4 git commands to generate.