[commit] Clean up step-test.exp

Andrew Cagney ac131313@redhat.com
Tue Jul 13 16:30:00 GMT 2004


This cleans up step-test.exp.  Largely, it replaces:

	while 1 {
	    send_gdb
	    gdb_expect
	}

with

	gdb_test_multiple {
	   ...
	   -re ... {
	        send_gdb
	        exp_continue
	   }
	}

It also fixes some duplicate test messages.

Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20040713/1e0584f1/attachment.ksh>


More information about the Gdb-patches mailing list