2011-08-04 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / mi / mi-cmd-break.c
index fee8f73051fe3f7f9d1c605e48bd19badf84d1b1..c98330d7d437b78983b112149f0dfb005c1ad9c2 100644 (file)
@@ -50,7 +50,7 @@ static void
 breakpoint_notify (struct breakpoint *b)
 {
   if (mi_can_breakpoint_notify)
-    gdb_breakpoint_query (uiout, b->number, NULL);
+    gdb_breakpoint_query (current_uiout, b->number, NULL);
 }
 
 enum bp_type
This page took 0.035475 seconds and 4 git commands to generate.