mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
files to test gdb's calling of functions in the inferior with the correct arguments and gdb's ability to retrieve any result returned.
This commit is contained in:
@ -50,6 +50,7 @@ gdb.t12
|
|||||||
gdb.t13
|
gdb.t13
|
||||||
gdb.t15
|
gdb.t15
|
||||||
gdb.t16
|
gdb.t16
|
||||||
|
gdb.t17
|
||||||
gdb.t20
|
gdb.t20
|
||||||
gdb.t21
|
gdb.t21
|
||||||
gdb.t22
|
gdb.t22
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
|
* gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
|
||||||
|
files to test gdb's calling of functions in the inferior with
|
||||||
|
the correct arguments and gdb's ability to retrieve any
|
||||||
|
result returned.
|
||||||
|
|
||||||
Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
|
Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
* config/unix-gdb.exp (gdb_exit): Remove close commands that
|
* config/unix-gdb.exp (gdb_exit): Remove close commands that
|
||||||
|
@ -87,7 +87,7 @@ EXPECT = `if [ -f $${rootme}../../expect/expect ] ; \
|
|||||||
|
|
||||||
SUBDIRS=gdb.t00 gdb.t01 gdb.t02 gdb.t03 gdb.t04 gdb.t05 gdb.t06 \
|
SUBDIRS=gdb.t00 gdb.t01 gdb.t02 gdb.t03 gdb.t04 gdb.t05 gdb.t06 \
|
||||||
gdb.t07 gdb.t08 gdb.t09 gdb.t10 gdb.t11 gdb.t12 gdb.t13 gdb.t15 \
|
gdb.t07 gdb.t08 gdb.t09 gdb.t10 gdb.t11 gdb.t12 gdb.t13 gdb.t15 \
|
||||||
gdb.t16 gdb.t20 gdb.t21 gdb.t22 gdb.t23 gdb.t30 gdb.t31
|
gdb.t16 gdb.t17 gdb.t20 gdb.t21 gdb.t22 gdb.t23 gdb.t30 gdb.t31
|
||||||
|
|
||||||
#### host, target, and site specific Makefile frags come in here.
|
#### host, target, and site specific Makefile frags come in here.
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ srcname="DejaGnu"
|
|||||||
|
|
||||||
subdirs="gdb.t00 gdb.t01 gdb.t02 gdb.t03 gdb.t04 gdb.t05 gdb.t06 \
|
subdirs="gdb.t00 gdb.t01 gdb.t02 gdb.t03 gdb.t04 gdb.t05 gdb.t06 \
|
||||||
gdb.t07 gdb.t08 gdb.t09 gdb.t10 gdb.t11 gdb.t12 gdb.t13 gdb.t15 \
|
gdb.t07 gdb.t08 gdb.t09 gdb.t10 gdb.t11 gdb.t12 gdb.t13 gdb.t15 \
|
||||||
gdb.t16 gdb.t20 gdb.t21 gdb.t22 gdb.t23 gdb.t30 gdb.t31"
|
gdb.t16 gdb.t17 gdb.t20 gdb.t21 gdb.t22 gdb.t23 gdb.t30 gdb.t31"
|
||||||
|
|
||||||
# per-host:
|
# per-host:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user