From d3b06c5fcfeaaeedb798820bc3e81146b2177ae8 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sun, 6 Feb 1994 23:45:18 +0000 Subject: * config/udi-gdb.exp (gdb_start): Don't send "set args main" to GDB. GDB doesn't work that way (not anymore at least) on UDI. * gdb.t01/run.exp: Don't pass extra first argument for UDI. --- gdb/testsuite/config/udi-gdb.exp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/testsuite/config/udi-gdb.exp') diff --git a/gdb/testsuite/config/udi-gdb.exp b/gdb/testsuite/config/udi-gdb.exp index a7d2f82..ae44aa8 100644 --- a/gdb/testsuite/config/udi-gdb.exp +++ b/gdb/testsuite/config/udi-gdb.exp @@ -154,10 +154,6 @@ proc gdb_start { } { # force the width to "unlimited", so no wraparound occurs send "set width 0\n" expect -re ".*$prompt $" {} - # set the default arguments to "main", so that "run" with no - # arguments will work correctly. - send "set args main\n" - expect -re ".*$prompt $" {} verbose "Setting up target, Please wait..." -- cgit v1.1