mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
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.
This commit is contained in:
parent
e08ae97912
commit
9890ac81bc
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user