OSDN Git Service

* gdbtk.c (gdbtk_init): Include the command "warp_pointer"
authorKeith Seitz <keiths@redhat.com>
Thu, 3 May 2001 18:13:21 +0000 (18:13 +0000)
committerKeith Seitz <keiths@redhat.com>
Thu, 3 May 2001 18:13:21 +0000 (18:13 +0000)
commit8eff1374bfc6abe25533fb6e80fc95490ca6d1cf
tree0ceeba3638474cf79de29dfbffe8c813ce1f2262
parent0174b268c12b290c490ead9b5bf740d0a4480bf7
    * gdbtk.c (gdbtk_init): Include the command "warp_pointer"
        for all platforms. Used for testing ONLY.

        * util.tcl (gdbtk_read_defs): If there is an error reading
        the testsuite definition file, print the error message to
        stderr, not stdout. This will allow tcl to know that an error
        has occurred.
        (find_iwidgets_library): Make it work for running testsuites
        from installed directory.

        * main.tcl: If we failed to find iwidgets, check if the
        testsuite is running. If it is running, do not pop up
        a dialog box: just print out the error and exit.
        Initialize _test(verbose) for the testsuite.
gdb/gdbtk/ChangeLog
gdb/gdbtk/generic/gdbtk.c
gdb/gdbtk/library/main.tcl
gdb/gdbtk/library/util.tcl