From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108002 invoked by alias); 10 May 2018 18:42:53 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 107989 invoked by uid 89); 10 May 2018 18:42:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=keiths, yours X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 10 May 2018 18:42:52 +0000 Received: from smtp.corp.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6182480080; Thu, 10 May 2018 18:42:51 +0000 (UTC) Received: from theo.uglyboxes.com (ovpn04.gateway.prod.ext.phx2.redhat.com [10.5.9.4]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2962D30C01C7; Thu, 10 May 2018 18:42:51 +0000 (UTC) Subject: Re: [RFA] inadvertent language switch during breakpoint_re_set_one To: Joel Brobecker , gdb-patches@sourceware.org References: <1525976353-67414-1-git-send-email-brobecker@adacore.com> From: Keith Seitz Message-ID: Date: Thu, 10 May 2018 19:08:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1525976353-67414-1-git-send-email-brobecker@adacore.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00248.txt.bz2 Hi, Joel, Just a quick question: On 05/10/2018 11:19 AM, Joel Brobecker wrote: > gdb/testsuite/ChangeLog: > > * gdb.ada/bp_fun_addr: New testcase. Is this test supposed to trigger the failure? It passes for me: $ make check TESTS=gdb.ada/bp_fun_addr.exp [snip] === gdb tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using /home/keiths/work/gdb/branches/virgin/linux/gdb/testsuite/../../../src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. Running /home/keiths/work/gdb/branches/virgin/linux/gdb/testsuite/../../../src/gdb/testsuite/gdb.ada/bp_fun_addr.exp ... === gdb Summary === # of expected passes 3 Is my environment different from yours, i.e., is this something that is exposed on your internal tree? Keith