summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gdb/gdb/gdb-ptest-attach.patch
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-06-21 14:51:17 +0200
committerMartin Borg <martin.borg@enea.com>2017-06-21 16:06:53 +0200
commit4bf7d1abd0e8414a7f096864fa916e3cc705ac11 (patch)
treeadc744ff60435c07641b6340b88489fce23bd5c1 /recipes-devtools/gdb/gdb/gdb-ptest-attach.patch
parent1b3785576252e5c128758d1d243da4196bb428ef (diff)
downloadmeta-nfv-access-common-4bf7d1abd0e8414a7f096864fa916e3cc705ac11.tar.gz
elfutils,gdb: Drop bbappends
We won't upstream this and we won't maintain it anymore, so drop it. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'recipes-devtools/gdb/gdb/gdb-ptest-attach.patch')
-rw-r--r--recipes-devtools/gdb/gdb/gdb-ptest-attach.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-devtools/gdb/gdb/gdb-ptest-attach.patch b/recipes-devtools/gdb/gdb/gdb-ptest-attach.patch
deleted file mode 100644
index b95ac2c..0000000
--- a/recipes-devtools/gdb/gdb/gdb-ptest-attach.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1From f442dc426b0346e1e413a7c3ae5b07725837135c Mon Sep 17 00:00:00 2001
2From: "Rick.Yang" <rick.yang@enea.com>
3Date: Sun, 11 Nov 2012 10:05:50 +0100
4Subject: [PATCH] Fix the failed test case.
5
6Description: Fixed failing test case
7 In fact, the test case is passing, but the output does not completely
8 match the expected pattern in some special case. Modified the pattern
9 to resolve it.
10
11Signed-off-by: Rick.Yang <rick.yang@enea.com>
12Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
13---
14 gdb/testsuite/gdb.base/attach.exp | 2 +-
15 1 files changed, 1 insertions(+), 1 deletions(-)
16
17diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp
18--- a/gdb/testsuite/gdb.base/attach.exp
19+++ b/gdb/testsuite/gdb.base/attach.exp
20@@ -285,7 +285,7 @@ proc do_attach_tests {} {
21 gdb_test "dir ${objdir}/${subdir}" "Source directories searched: .*" \
22 "set source path"
23
24- gdb_test "cd /tmp" "Working directory /tmp." \
25+ gdb_test "cd /tmp" "Working directory /tmp.*" \
26 "cd away from process working directory"
27
28 # Explicitly flush out any knowledge of the previous attachment.
29--
301.7.5.4