This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] gdb.base/default.exp: Check for win32 specific message


Hi,

I've checked this in as obvious:

2003-03-20  Corinna Vinschen  <vinschen at redhat dot com>

        * gdb.base/default.exp: Check for win32 specific message when calling
	"run" without executable.

Index: gdb.base/default.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/default.exp,v
retrieving revision 1.15
diff -u -p -r1.15 default.exp
--- gdb.base/default.exp	15 Jan 2003 17:46:19 -0000	1.15
+++ gdb.base/default.exp	20 Mar 2003 13:26:42 -0000
@@ -428,6 +428,9 @@ No executable file specified.*
 Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
 			{ pass "run \"r\" abbreviation" }
 	    -re "Starting program:  .*
+No executable specified, use .target exec.\..*$gdb_prompt $"\
+			{ pass "run \"r\" abbreviation" }
+	    -re "Starting program:  .*
 No image loaded into target.*$gdb_prompt $"\
 			{ pass "run \"r\" abbreviation" }
 	    -re "Starting program:  .*
@@ -455,6 +458,9 @@ You must specify a function name to run,
 	    -re "Starting program:  .*
 No executable file specified.*
 Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
+			{ pass "run" }
+	    -re "Starting program:  .*
+No executable specified, use .target exec.\..*$gdb_prompt $"\
 			{ pass "run" }
 	    -re "Starting program:  .*
 No image loaded into target.*$gdb_prompt $"\

Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen at redhat dot com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]