From: Frank Ch. Eigler Date: Sat, 15 Sep 2001 17:11:24 +0000 (+0000) Subject: 2001-09-15 Frank Ch. Eigler X-Git-Tag: cygnus_cvs_20020108_pre~1354 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9890ac81bcca9f9337031eab0c553cedc34e30af;p=thirdparty%2Fbinutils-gdb.git 2001-09-15 Frank Ch. Eigler * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with the "-ac" (disable access control) flag. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1844e5c448a..64f2098768c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-09-15 Frank Ch. Eigler + + * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with + the "-ac" (disable access control) flag. + 2001-08-30 Jeff Holcomb * gdb.base/remote.c: Use a small buffer for targets with 16-bit diff --git a/gdb/testsuite/lib/insight-support.exp b/gdb/testsuite/lib/insight-support.exp index 2520f83726e..9c3cbad4259 100644 --- a/gdb/testsuite/lib/insight-support.exp +++ b/gdb/testsuite/lib/insight-support.exp @@ -116,7 +116,7 @@ proc _gdbtk_xvfb_init {} { } } elseif {!$_using_windows && [which Xvfb] != 0} { set screen ":[getpid]" - set pid [spawn Xvfb $screen] + set pid [spawn Xvfb $screen -ac] set _xvfb_spawn_id $spawn_id set env(DISPLAY) $screen } else {