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] Stray "," in mi-support.exp


The attached patch removes what appears to be a stray "," in 
testsuite/lib/mi-support.exp

I'd commit as obvious, but I never can be sure with dejagnu.The relevant 
excerpt from testsuite/gdb.log is:

(gdb) ^M
target remote tcp:localhost:2345^M
&"target remote tcp:localhost:2345\n"^M
~"Remote debugging using tcp:localhost:2345\n"^M
~"0x00000000 in ?? ()\n"^M
^done^M
(gdb) ^M

Ok?

Paul
Index: gdb/testsuite/lib/mi-support.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/lib/mi-support.exp,v
retrieving revision 1.24
diff -u -p -r1.24 mi-support.exp
--- gdb/testsuite/lib/mi-support.exp	18 Jan 2004 15:23:30 -0000	1.24
+++ gdb/testsuite/lib/mi-support.exp	12 Mar 2005 01:16:39 -0000
@@ -496,7 +496,7 @@ proc mi_gdb_load { arg } {
 	# remote targets
 	send_gdb "target [target_info gdb_protocol] [target_info netport]\n"
 	gdb_expect 60 {
-	    -re "\\^done,.*$mi_gdb_prompt$" {
+	    -re "\\^done.*$mi_gdb_prompt$" {
 	    }
 	    timeout {
 		perror "Unable to connect to remote target"

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