2003-01-29 Michael Snyder <msnyder@redhat.com>
* gdb.base/args.exp: Skip if target does not support args passing.
This commit is contained in:
parent
b92225a1b9
commit
19ea9e7332
@ -1,6 +1,10 @@
|
||||
2003-01-29 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* gdb.base/args.exp: Skip if target does not support args passing.
|
||||
|
||||
2003-01-22 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gdb.exp (gdb_test_multiple): New function, cloned from
|
||||
* lib/gdb.exp (gdb_test_multiple): New function, cloned from
|
||||
gdb_test. Accept a list of expect arguments as the third
|
||||
parameter.
|
||||
(gdb_test): Use it.
|
||||
|
@ -26,6 +26,11 @@ if $tracelevel then {
|
||||
|
||||
global GDBFLAGS
|
||||
|
||||
# Skip test if target does not support argument passing.
|
||||
if [target_info exists noargs] {
|
||||
return;
|
||||
}
|
||||
|
||||
set testfile "args"
|
||||
set srcfile ${testfile}.c
|
||||
set binfile ${objdir}/${subdir}/${testfile}
|
||||
|
Loading…
x
Reference in New Issue
Block a user