Add comments on using board file remote-gdbserver-on-localhost.exp
authorYao Qi <yao.qi@linaro.org>
Tue, 28 Apr 2015 09:59:04 +0000 (10:59 +0100)
committerYao Qi <yao.qi@linaro.org>
Mon, 22 Jun 2015 13:01:20 +0000 (14:01 +0100)
This commit is to add comments on using this board file and the
requirements on localhost.

gdb/testsuite:

2015-06-22  Yao Qi  <yao.qi@linaro.org>

* boards/remote-gdbserver-on-localhost.exp: Add comments.

gdb/testsuite/ChangeLog
gdb/testsuite/boards/remote-gdbserver-on-localhost.exp

index 3a48bcd02483155ec9d8410bb7ac1272f7709c33..3c8ecc01a476bec6f7c83b66d02632df08b7a9d6 100644 (file)
@@ -1,3 +1,7 @@
+2015-06-22  Yao Qi  <yao.qi@linaro.org>
+
+       * boards/remote-gdbserver-on-localhost.exp: Add comments.
+
 2015-06-22  Yao Qi  <yao.qi@linaro.org>
 
        * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
index 6a42b901db0775b1943e4d86cfef0d4023dd4946..138782c1a40acd22d6f0e1976d1015d110c066e3 100644 (file)
@@ -27,6 +27,9 @@ set_board_info compiler  "[find_gcc]"
 
 process_multilib_options ""
 
+# The sshd should be running on localhost and ssh key should be
+# correctly set up that you ssh to localhost without having to type
+# password.
 set_board_info rcp_prog "/usr/bin/scp"
 set_board_info rsh_prog "/usr/bin/ssh"
 set_board_info protocol standard
This page took 0.031675 seconds and 4 git commands to generate.