From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29843 invoked by alias); 3 Jul 2011 14:41:44 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 29815 invoked by uid 9674); 3 Jul 2011 14:41:43 -0000 Date: Sun, 03 Jul 2011 14:41:00 -0000 Message-ID: <20110703144143.29800.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-jankratochvil-watchpoint3: Fix testcase after the DW_AT_linkage_name-following upstream change. X-Git-Refname: refs/heads/archer-jankratochvil-watchpoint3 X-Git-Reftype: branch X-Git-Oldrev: 73cd95e5927db9010f9bb387ab27737eb8ac7fb9 X-Git-Newrev: 0a258bc6362d53cf8dca76d849e6e7dbe55173ec X-SW-Source: 2011-q3/txt/msg00001.txt.bz2 List-Id: The branch, archer-jankratochvil-watchpoint3 has been updated via 0a258bc6362d53cf8dca76d849e6e7dbe55173ec (commit) from 73cd95e5927db9010f9bb387ab27737eb8ac7fb9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 0a258bc6362d53cf8dca76d849e6e7dbe55173ec Author: Jan Kratochvil Date: Sun Jul 3 16:41:15 2011 +0200 Fix testcase after the DW_AT_linkage_name-following upstream change. ----------------------------------------------------------------------- Summary of changes: gdb/testsuite/gdb.multi/watchpoint-multi.exp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) First 500 lines of diff: diff --git a/gdb/testsuite/gdb.multi/watchpoint-multi.exp b/gdb/testsuite/gdb.multi/watchpoint-multi.exp index 97fa6cd..21d6a31 100644 --- a/gdb/testsuite/gdb.multi/watchpoint-multi.exp +++ b/gdb/testsuite/gdb.multi/watchpoint-multi.exp @@ -89,7 +89,7 @@ gdb_test_multiple "continue" $test { setup_kfail breakpoints/12312 *-*-* pass $test } - -re "Hardware access \\(read/write\\) watchpoint \[0-9\]+: c\r\n\r\nValue = 3\r\n(.* in )?__nptl_death_event .*\r\n$gdb_prompt $" { + -re "Hardware access \\(read/write\\) watchpoint \[0-9\]+: c\r\n\r\nValue = 3\r\n(.* in )?(\\*__GI_)?__nptl_death_event .*\r\n$gdb_prompt $" { setup_kfail breakpoints/12312 *-*-* fail $test } @@ -105,7 +105,7 @@ gdb_test_multiple "continue" $test { setup_kfail breakpoints/12312 *-*-* pass $test } - -re "Hardware access \\(read/write\\) watchpoint \[0-9\]+: b\r\n\r\nValue = 2\r\n(.* in )?__nptl_death_event .*\r\n$gdb_prompt $" { + -re "Hardware access \\(read/write\\) watchpoint \[0-9\]+: b\r\n\r\nValue = 2\r\n(.* in )?(\\*__GI_)?__nptl_death_event .*\r\n$gdb_prompt $" { setup_kfail breakpoints/12312 *-*-* fail $test } hooks/post-receive -- Repository for Project Archer.