diff options
author | Fred Fish <fnf@specifix.com> | 1997-04-21 21:56:32 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-04-21 21:56:32 +0000 |
commit | b0c4d379ffcbf36a9392e381263723342c7e4a3a (patch) | |
tree | 2e741554d58bcd91af4dbfd27a8897873db6dbac /gdb | |
parent | d654ba0acf2e16f7c259bde9d86d28826aa66425 (diff) | |
download | gdb-b0c4d379ffcbf36a9392e381263723342c7e4a3a.zip gdb-b0c4d379ffcbf36a9392e381263723342c7e4a3a.tar.gz gdb-b0c4d379ffcbf36a9392e381263723342c7e4a3a.tar.bz2 |
* gdb.base/run.c: Use FAKEARGV to build test executable that
does not require a command line arg, since most simulators
don't currently support passing such an arg into the simulated
program.
* gdb.base/commands.exp: Change tests to insert the proper
value as the arg to the first recursive factorial call. Change
compilation line to define FAKEARGV at compile time.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fb0c01b..b3ccd71 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,19 @@ +Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com> + + * gdb.base/run.c: Use FAKEARGV to build test executable that + does not require a command line arg, since most simulators + don't currently support passing such an arg into the simulated + program. + * gdb.base/commands.exp: Change tests to insert the proper + value as the arg to the first recursive factorial call. Change + compilation line to define FAKEARGV at compile time. + +Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com) + + * gdb.base/recurse.exp: Enable these tests for the mn10300. + * gdb.base/watchpoint.exp: Don't expect a failure for an "calling + function with watchpoint enabled" test. + Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com> * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall): |