diff options
author | Fred Fish <fnf@specifix.com> | 1993-03-17 19:33:19 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-03-17 19:33:19 +0000 |
commit | bc80300747a954f8e3aed01426439ad4e371a5f7 (patch) | |
tree | a16a67203dde765a6e59309c9f2e56daf930dacd /gdb/testsuite/ChangeLog | |
parent | 2d8d693ab7f2089f39ae3aa18ac587e3f33e2597 (diff) | |
download | gdb-bc80300747a954f8e3aed01426439ad4e371a5f7.zip gdb-bc80300747a954f8e3aed01426439ad4e371a5f7.tar.gz gdb-bc80300747a954f8e3aed01426439ad4e371a5f7.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9344982..a52568a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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) * config/unix-gdb.exp (gdb_exit): Remove close commands that |