aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2014-05-13 11:41:03 +0800
committerYao Qi <yao@codesourcery.com>2014-05-16 20:24:50 +0800
commit3fae92fc2aed37c78df4610f3c52e2fc242846b0 (patch)
tree526365d762f3ac0d23e4b054f7ecd4153e757469 /gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp
parent95c64f92be44781ab0f9472e88296fbf971c79fa (diff)
downloadgdb-3fae92fc2aed37c78df4610f3c52e2fc242846b0.zip
gdb-3fae92fc2aed37c78df4610f3c52e2fc242846b0.tar.gz
gdb-3fae92fc2aed37c78df4610f3c52e2fc242846b0.tar.bz2
Copy file1.txt to remote host in dw2-filename.exp and dw2-anonymous-func.exp
Some gdb.dwarf2/*.exp tests copy file1.txt to host via gdb_remote_download but dw2-filename.exp and dw2-anonymous-func.exp don't do that. Looks like an oversight in this patch https://sourceware.org/ml/gdb-patches/2013-08/msg00365.html There are some fails in remote host testing. FAIL: gdb.dwarf2/dw2-anonymous-func.exp: list file1.txt FAIL: gdb.dwarf2/dw2-filename.exp: interpreter-exec mi -file-list-exec-source-files FAIL: gdb.dwarf2/dw2-filename.exp: info sources This patch is to invoke gdb_remote_download to copy file1.txt to host and remote it at the end. This patch fixes these fails above. gdb/testsuite: 2014-05-16 Yao Qi <yao@codesourcery.com> * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove file1.txt from host at the end. * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp')
-rw-r--r--gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp b/gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp
index d363a19..029104b 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp
@@ -29,6 +29,11 @@ if {[prepare_for_testing_full $testfile.exp \
return -1
}
+set remote_dwarf_srcfile [gdb_remote_download host \
+ ${srcdir}/${subdir}/${dwarf_srcfile}]
+
# Force the debugger to create the file1.txt symtab, to make sure that
# the debugger does not crash doing so.
gdb_test "list file1.txt:1" "File 1 Line 1.*File 1 Line 8" "list file1.txt"
+
+remote_file host delete ${remote_dwarf_srcfile}