]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
authorJeff Law <law@redhat.com>
Tue, 20 May 1997 15:00:01 +0000 (15:00 +0000)
committerJeff Law <law@redhat.com>
Tue, 20 May 1997 15:00:01 +0000 (15:00 +0000)
        * gdb.base/commands.exp: Likewise.
        * gdb.base/setshow.exp: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/setshow.exp

index ec92eefaa26df604be24f394be2ed817df2f0f69..39a09a696c581b4f9dd018eb2045add9b845f4b7 100644 (file)
@@ -1,5 +1,25 @@
+Tue May 20 08:58:49 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
+       * gdb.base/commands.exp: Likewise.
+       * gdb.base/setshow.exp: Likewise.
+
+Mon May 19 15:37:50 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * config/monitor.exp(gdb_start): Look for gdb_prompt target
+       feature.
+
+       * config/i960.exp: New file.
+
+Thu May  1 18:01:50 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * gdb.base/funcargs.exp: Check for gdb,short_int target
+       feature instead of looking for explicit target triplets.
+
 Mon Apr 28 17:27:40 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
+       * gdb.base/printcmds.exp: add a couple more tests a la 
+       "p 123DEADBEEF", to check parse_number.
        * top.c: change "to enable to enable" to "to enable" in a couple
        of help strings.
 
index 4f93e1b22efa0268a53cb3925c6be959952719dd..25819ed961437ff4fbcc20fe37797346aaaa5f9c 100644 (file)
@@ -95,7 +95,7 @@ gdb_test "set args foo bar blup baz bubble" "" "set args"
 gdb_test "show args" "Arguments to give program being debugged when it is started is \"foo bar blup baz bubble\"..*" "show args"
 
 # Don't test if we can't pass args or if we're using a stub.
-if { ![target_info gdb,use_stub] && ![target_info gdb,noargs] } {
+if { ![target_info exists gdb,use_stub] && ![target_info exists noargs] } {
     #test passing args
     gdb_test "run" "Starting program:.*foo bar blup baz bubble.*" "passing args"
 }