* lib/gdb.exp (gdb_test): Remove catch from around the send. The
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 25 Jan 1995 03:33:25 +0000 (03:33 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 25 Jan 1995 03:33:25 +0000 (03:33 +0000)
commit6535b97b3f8c3a6cb92b106e8cfbb7e7896c5df4
treefe2518ef5085920c6f0b416156d84b5e96cf3591
parentc1ac88f9d57c02f20124cb76e2609c864da008b4
* lib/gdb.exp (gdb_test): Remove catch from around the send.  The
code following the catch silently ignored some errors; without the
catch they should be thrown like any other tcl error.  Also, the
catch used "" instead of {} which meant all the callers who wanted
to include one of the characters "[]$ had to quote it an extra time.
* gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
Remove extra quoting.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/signals.exp
gdb/testsuite/gdb.chill/chexp.exp
This page took 0.024976 seconds and 4 git commands to generate.