summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gdb/gdb/0001-add-delay-before-run-exp-file.patch
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-01-25 13:28:22 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2016-01-25 13:28:53 +0100
commitf2472f452cc1a79000154df9a918214e7c206ed1 (patch)
tree62a422438fd863f1ac6542ed118b72ee33ed8ebf /recipes-devtools/gdb/gdb/0001-add-delay-before-run-exp-file.patch
parent5189d80c25f426786e2f54b3ec6484291b4a0abe (diff)
parenta43271bc9283128d82c6542c70378a52a05d35cf (diff)
downloadmeta-el-common-f2472f452cc1a79000154df9a918214e7c206ed1.tar.gz
Merge branch 'dizzy'
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-devtools/gdb/gdb/0001-add-delay-before-run-exp-file.patch')
-rw-r--r--recipes-devtools/gdb/gdb/0001-add-delay-before-run-exp-file.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-devtools/gdb/gdb/0001-add-delay-before-run-exp-file.patch b/recipes-devtools/gdb/gdb/0001-add-delay-before-run-exp-file.patch
new file mode 100644
index 0000000..1c41562
--- /dev/null
+++ b/recipes-devtools/gdb/gdb/0001-add-delay-before-run-exp-file.patch
@@ -0,0 +1,26 @@
1Description: Add delay for stable running
2
3Author: jack zhang <jack.zhang@enea.com>
4Date: Mon, 12 Nov 2012 04:10:20 +0100
5
6Upstream-Status: Pending
7
8Signed-off-by: jack zhang <jack.zhang@enea.com>
9Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
10---
11 gdb/testsuite/dg-extract-results.sh | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14diff --git a/gdb/testsuite/dg-extract-results.sh b/gdb/testsuite/dg-extract-results.sh
15--- a/gdb/testsuite/dg-extract-results.sh
16+++ b/gdb/testsuite/dg-extract-results.sh
17@@ -322,6 +322,7 @@ END {
18 n=1
19 while (n < expfileno) {
20 if (expfileseen[expfiles[n]]) {
21+ sleep 1
22 print "Running "expfiles[n]" ..."
23 if (filewritten["${TMP}/list"n]) {
24 if (expfileseen[expfiles[n]] == 1)
25--
261.7.5.4