2011-08-04 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / progspace.c
index 9f32cef6ec986a9afb8bdcb256af5c6741d8df1d..2d0dce71f63b098e5c1f43eb64526ef961254c9a 100644 (file)
@@ -397,7 +397,7 @@ maintenance_info_program_spaces_command (char *args, int from_tty)
        error (_("program space ID %d not known."), requested);
     }
 
-  print_program_space (uiout, requested);
+  print_program_space (current_uiout, requested);
 }
 
 /* Simply returns the count of program spaces.  */
This page took 0.041711 seconds and 4 git commands to generate.