* lib/gdb.exp (gdbtk_initialize_display): New proc which will
authorKeith Seitz <keiths@redhat.com>
Mon, 7 May 2001 20:34:45 +0000 (20:34 +0000)
committerKeith Seitz <keiths@redhat.com>
Mon, 7 May 2001 20:34:45 +0000 (20:34 +0000)
commit9671de48921b4746825bdd2addbe3f4fd00146d8
tree3c1c6205e483b6d8c5c2c5472a249a93ebba092d
parentf938fa6a95735cc1b83d7125377c8ea784c146df
    * lib/gdb.exp (gdbtk_initialize_display): New proc which will
        set up the display for testing.
        (gdbtk_start): Convert all paths to paths that tcl will like.
        Export target information to environment.
        (_gdbtk_xvfb_init): New proc to start Xvfb if available and
        necessary.
        (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
        (to_tcl_path): New proc to convert a given pathname into
        a path acceptible as an argument to a tcl command.
        (_gdbtk_export_target_info): New proc to export target info
        into the environment for gdbtk testing.
        (gdbtk_done): New proc to signal end-of-test.
gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp