Update the copyright notice of some of the files I missed
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-console.exp
index 32bde2dc6feae5ff42d14c1494b43f916be8fbad..3d1c8c1f3f15eddf2b78bbf149a8b303e07f7cc3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008
+# Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008, 2009
 # Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -14,9 +14,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
 #
 # Test essential Machine interface (MI) operations
 #
@@ -51,12 +48,13 @@ if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
 mi_run_to_main
 
 # Next over the hello() call which will produce lots of output
-mi_gdb_test "47-exec-next" \
-           "47\\^running" \
+mi_gdb_test "220-exec-next" \
+           "220\\^running(\r\n\\*running,thread-id=\"all\")?" \
            "Testing console output" \
            "Hello \\\\\"!\[\r\n\]+"
 
-mi_gdb_test "" "47\\*stopped.*" "Finished step over hello"
+mi_expect_stop "end-stepping-range" "main" "" ".*mi-console.c" "14" "" \
+    "finished step over hello"
     
 mi_gdb_exit
 return 0
This page took 0.02431 seconds and 4 git commands to generate.