]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2001-09-15 Frank Ch. Eigler <fche@redhat.com>
authorFrank Ch. Eigler <fche@redhat.com>
Sat, 15 Sep 2001 17:11:24 +0000 (17:11 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Sat, 15 Sep 2001 17:11:24 +0000 (17:11 +0000)
* lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
the "-ac" (disable access control) flag.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/insight-support.exp

index 1844e5c448a1cb6eca3266d03580d883a9ab4d9c..64f2098768cca85bc4e2660d1e8892532da2b711 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
+
+       * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
+       the "-ac" (disable access control) flag.
+
 2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
 
        * gdb.base/remote.c: Use a small buffer for targets with 16-bit
index 2520f83726e57bb16949d142eae68916e208b9cf..9c3cbad42592a0b92643435eb99f9a9df03dda66 100644 (file)
@@ -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 {