2000-11-03 Michael Snyder <msnyder@cleaver.cygnus.com>
authorMichael Snyder <msnyder@vmware.com>
Tue, 14 Nov 2000 22:12:26 +0000 (22:12 +0000)
committerMichael Snyder <msnyder@vmware.com>
Tue, 14 Nov 2000 22:12:26 +0000 (22:12 +0000)
commit958a4e4cdee7ecff2b81785b50c5b282b7014ac2
treed26c3d1df05a7f1e490279295dc54040987ebaab
parent4a1805b14d4b361cf25d688db68c7f40aadc1c9c
2000-11-03  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
        * gdb.base/corefile.exp: Expect the message "Program is being
        debugged already" when we send the "corefile" command, since
        the preceeding gdb_load may have connected gdb to a remote target.
        * gdb.base/display.exp: Disable hardware watchpoints if new
        board info variable "no_hardware_watchpoints" is true.
        Replace single-letter commands with more readable ones.
        * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
        if new board info variable "no_hardware_watchpoints" is true.
        * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
        to see if stdio (printf) testing is possible.
        * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
        board info variable "no_hardware_watchpoints" is true.  Use new
        proc "gdb_skip_stdio_tests" to see if printf tests are possible.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/a2-run.exp
gdb/testsuite/gdb.base/corefile.exp
gdb/testsuite/gdb.base/display.exp
gdb/testsuite/gdb.base/recurse.exp
gdb/testsuite/gdb.base/restore.exp
gdb/testsuite/gdb.base/watchpoint.exp