mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* approved by kseitz
2001-09-19 Frank Ch. Eigler <fche@redhat.com> * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY to localhost:NNN instead of :NNN, in case Xvfb is listening only on TCP.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2001-09-19 Frank Ch. Eigler <fche@redhat.com>
|
||||||
|
|
||||||
|
* lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
|
||||||
|
to localhost:NNN instead of :NNN, in case Xvfb is listening
|
||||||
|
only on TCP.
|
||||||
|
|
||||||
2001-09-19 Corinna Vinschen <vinschen@redhat.com>
|
2001-09-19 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
* gdb.base/recurse.exp: When checking leaving the watchpoint
|
* gdb.base/recurse.exp: When checking leaving the watchpoint
|
||||||
|
@ -118,7 +118,7 @@ proc _gdbtk_xvfb_init {} {
|
|||||||
set screen ":[getpid]"
|
set screen ":[getpid]"
|
||||||
set pid [spawn Xvfb $screen -ac]
|
set pid [spawn Xvfb $screen -ac]
|
||||||
set _xvfb_spawn_id $spawn_id
|
set _xvfb_spawn_id $spawn_id
|
||||||
set env(DISPLAY) $screen
|
set env(DISPLAY) localhost$screen
|
||||||
} else {
|
} else {
|
||||||
# No Xvfb found -- skip test
|
# No Xvfb found -- skip test
|
||||||
return 0
|
return 0
|
||||||
|
Reference in New Issue
Block a user