This is the mail archive of the gdb-patches@sourceware.org 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/op] testsuite/lib/mi-support.exp: Fix typo.


Hi,

I've applied the below patch as ob-fix.  It fixes a typo which breaks
debugging on SID targets.  A stray comma is the culprit.


Corinna

	* lib/mi-support.exp (mi_gdb_load): Fix typo.

Index: lib/mi-support.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/lib/mi-support.exp,v
retrieving revision 1.29
diff -u -p -r1.29 mi-support.exp
--- lib/mi-support.exp	4 Aug 2005 01:52:31 -0000	1.29
+++ lib/mi-support.exp	9 Aug 2005 18:59:40 -0000
@@ -493,7 +493,7 @@ proc mi_gdb_load { arg } {
 	# For SID, things get complex
 	send_target_sid
 	gdb_expect 60 {
-	    -re "\\^done,.*$mi_gdb_prompt$" {
+	    -re "\\^done.*$mi_gdb_prompt$" {
 	    }
 	    timeout {
 		perror "Unable to connect to SID target"

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat, Inc.


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