[gdb/testsuite] Use localhost instead of 127.0.0.1 for boards
authorTom de Vries <tdevries@suse.de>
Tue, 21 Mar 2023 10:34:52 +0000 (11:34 +0100)
committerTom de Vries <tdevries@suse.de>
Tue, 21 Mar 2023 10:34:52 +0000 (11:34 +0100)
Some boards in gdb/testsuite/boards use the hardcoded ipv4 address "127.0.0.1".

Use instead "localhost".

Tested on x86_64-linux.

gdb/testsuite/boards/local-remote-host-native.exp
gdb/testsuite/boards/local-remote-host.exp

index 2851eb0932487046075c6d08ffa9d9eca0c22206..21680d84118aa137f449ca6381d587c172754a5e 100644 (file)
@@ -40,7 +40,7 @@ if { $board_type == "target" } {
 set GDB [file join [pwd] "../gdb"]
 verbose -log "Overriding setting of GDB to $GDB"
 
-set_board_info hostname 127.0.0.1
+set_board_info hostname localhost
 
 set_board_info username $env(USER)
 
@@ -65,7 +65,7 @@ save_vars {rsh_cmd res} {
     }
 }
 
-# The ssh key should be correctly set up that you ssh to 127.0.0.1
+# The ssh key should be correctly set up that you ssh to localhost
 # without having to type password.
 set_board_info rsh_prog /usr/bin/ssh
 set_board_info rcp_prog /usr/bin/scp
index f265208ddd992d31fb01acaf7a9fc88de09c407b..021b2203d33a42a12e962aad98a8d3155dbea105 100644 (file)
@@ -24,7 +24,7 @@
 
 set GDB [file normalize [file join [pwd] "../gdb"]]
 
-set_board_info hostname 127.0.0.1
+set_board_info hostname localhost
 
 if { [info exists REMOTE_HOST_USERNAME] } {
     set_board_info username $REMOTE_HOST_USERNAME
@@ -50,7 +50,7 @@ if { [board_info $board username] != $env(USER) } {
        chmod go-rx ."
 }
 
-# The ssh key should be correctly set up that you ssh to 127.0.0.1
+# The ssh key should be correctly set up that you ssh to localhost
 # without having to type password.
 set_board_info rsh_prog /usr/bin/ssh
 set_board_info rcp_prog /usr/bin/scp