]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
gdbserver_tests fails because of gdb output change.
authorMark Wielaard <mark@klomp.org>
Tue, 9 Apr 2019 23:28:24 +0000 (01:28 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 10 Apr 2019 17:30:30 +0000 (19:30 +0200)
The 'done.' in "Reading symbols from <exe>...done." is optional.

https://bugs.kde.org/show_bug.cgi?id=406357

Reported-by: Roger Light <roger@atchoo.org>
NEWS
gdbserver_tests/filter_gdb

diff --git a/NEWS b/NEWS
index 795a19bd435188c48584aa25577692739a390f29..34228b47e0feb061e4cf4b8f93644be759e3fb37 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -149,6 +149,7 @@ where XXXXXX is the bug number as listed below.
 406352  cachegrind/callgrind fails ann tests because of missing a.c
 406354  dhat is broken on x86 (32bit)
 406355  mcsignopass, mcsigpass, mcbreak fail due to difference in gdb output
+406357  gdbserver_tests fails because of gdb output change
 406360  memcheck/tests/libstdc++.supp needs more supression variants
 
 n-i-bz  add syswrap for PTRACE_GET|SET_THREAD_AREA on amd64.
index 947e7bcb49b5972d717a5b2f262f86e771662c00..6eff2293cf367d8f3cc684df8323928695cb59d7 100755 (executable)
@@ -92,7 +92,7 @@ sed -e '/Remote debugging using/,/vgdb launched process attached/d'
     -e 's/^Thread .... received /Program received /'                                                  \
     -e 's/#[0-9]\(  0x........ in sleeper_or_burner\)/#.\1/'                                          \
     -e 's/\(#0  0x........ in do_burn ()\) at sleepers.c:41/\1/'                                      \
-    -e '/^Reading symbols from .*\.\.\.done\./d'                                                      \
+    -e '/^Reading symbols from .*\.\.\.\(done\.\)\?/d'                                                \
     -e '/^Loaded symbols for .*$/d'                                                                   \
     -e '/^Current language.*/d'                                                                       \
     -e '/^The current source language is.*/d'                                                         \