diff options
author | Yao Qi <yao@codesourcery.com> | 2014-09-15 19:06:22 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-10-15 15:33:24 +0800 |
commit | 10c5f0a8a83c4fcec433a2498c4d205921413e6a (patch) | |
tree | 06f22c7b8052cc633556b64cc51168f30e8b8c19 /gdb/gdb.c | |
parent | 65d7b369af5b9557cde8fbe6f63cefa215c0af60 (diff) | |
download | gdb-10c5f0a8a83c4fcec433a2498c4d205921413e6a.zip gdb-10c5f0a8a83c4fcec433a2498c4d205921413e6a.tar.gz gdb-10c5f0a8a83c4fcec433a2498c4d205921413e6a.tar.bz2 |
Fix py-parameter.exp for remote host
Test gdb.python/py-parameter.exp expects output "$srcdir/$subdir:\$cdir:\$cwd",
but proc gdb_reinitialize_dir doesn't set $srcdir/$subdir in search
directories on remote host because it doesn't exist on remote host.
proc gdb_reinitialize_dir { subdir } {
global gdb_prompt
if [is_remote host] {
return ""
}
It causes the fail below:
(gdb) python print (gdb.parameter ('directories'))^M
/tmp/gdb:$cdir:$cwd^M
(gdb) FAIL: gdb.python/py-parameter.exp: python print (gdb.parameter ('directories'))
This patch is to fix this fail by not matching $srcdir/$subdir on remote host.
gdb/testsuite:
2014-10-15 Yao Qi <yao@codesourcery.com>
* gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
remote host.
Diffstat (limited to 'gdb/gdb.c')
0 files changed, 0 insertions, 0 deletions