From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3336 invoked by alias); 23 Sep 2014 08:31:25 -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 3320 invoked by uid 89); 23 Sep 2014 08:31:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 23 Sep 2014 08:31:22 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8N8VJsb012963 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 23 Sep 2014 04:31:19 -0400 Received: from host2.jankratochvil.net (ovpn-116-67.ams2.redhat.com [10.36.116.67]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8N8VF1d007097 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Tue, 23 Sep 2014 04:31:18 -0400 Date: Tue, 23 Sep 2014 08:31:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: Yao Qi , gdb-patches@sourceware.org Subject: Regression for gdb.mi/mi-nsintrall.exp [Re: [PATCH v4 3/3] Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto"] Message-ID: <20140923083115.GA2300@host2.jankratochvil.net> References: <1410994028-24282-1-git-send-email-palves@redhat.com> <1410994028-24282-4-git-send-email-palves@redhat.com> <87r3z9zopi.fsf@codesourcery.com> <541C7E77.6060704@redhat.com> <541E9E40.8070308@redhat.com> <541FD33E.1050309@codesourcery.com> <541FE82C.5020004@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <541FE82C.5020004@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00671.txt.bz2 On Mon, 22 Sep 2014 11:13:16 +0200, Pedro Alves wrote: > Below's what I pushed for this patch. a25a5a45ef9340eb9a435f9b70599a90bb142658 is the first bad commit commit a25a5a45ef9340eb9a435f9b70599a90bb142658 Author: Pedro Alves Date: Mon Sep 22 09:56:55 2014 +0100 Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto" Tested in gdbserver mode with gdb.mi/mi-nsintrall.exp on Fedora 20 x86_64. It FAILs under 10 runs. Jan PASS: gdb.mi/mi-nsintrall.exp: stop 4 mi_expect_stop: expecting: \*stopped,reason="breakpoint-hit",disp="keep",bkptno="[0-9]+",frame={addr="0x[0-9A-Fa-f]+",func="thread_function",args=\[[^ ]*\],(?:file="[^ ]*nsintrall.c",fullname="(/[^\n]*/|\\\\[^\\]+\\[^\n]+\\|\\[^\\][^\n]*\\|[a-zA-Z]:[^\n]*\\)nsintrall.c",line="[0-9]*"|from="nsintrall.c")},thread-id="[0-9]+",stopped-threads=[^ ]*^M (=thread-selected,id="[0-9]+"^M |=(?:breakpoint-created|breakpoint-deleted)[^ ]+"^M )* -=breakpoint-modified,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x000000000040077a",func="thread_function",file="./gdb.mi/nsintrall.c",fullname="/home/jkratoch/redhat/gdb-clean/gdb/testsuite/gdb.mi/nsintrall.c",line="52",thread-groups=["i1"],times="6",original-location="thread_function"}^M -~"\nBreakpoint "^M -~"2, thread_function (arg=0x0) at ./gdb.mi/nsintrall.c:52\n"^M +=thread-created,id="6",group-id="i1"^M +~"[New Thread 1120]\n"^M +~"\nProgram received signal "^M +~"SIGTRAP, Trace/breakpoint trap.\n"^M +~"0x000000000040077b in thread_function (arg=0x5) at ./gdb.mi/nsintrall.c:52\n"^M ~"52\t int my_number = (long) arg;\n"^M -*stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame={addr="0x000000000040077a",func="thread_function",args=[{name="arg",value="0x0"}],file="./gdb.mi/nsintrall.c",fullname="/home/jkratoch/redhat/gdb-clean/gdb/testsuite/gdb.mi/nsintrall.c",line="52"},thread-id="1",stopped-threads=["1"],core="4"^M -PASS: gdb.mi/mi-nsintrall.exp: stop 5 +*stopped,reason="signal-received",signal-name="SIGTRAP",signal-meaning="Trace/breakpoint trap",frame={addr="0x000000000040077b",func="thread_function",args=[{name="arg",value="0x5"}],file="./gdb.mi/nsintrall.c",fullname="/home/jkratoch/redhat/gdb-clean/gdb/testsuite/gdb.mi/nsintrall.c",line="52"},thread-id="6",stopped-threads=["6"],core="7"^M +FAIL: gdb.mi/mi-nsintrall.exp: stop 5 (timeout)