From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3600 invoked by alias); 26 Feb 2012 21:54:48 -0000 Received: (qmail 3591 invoked by uid 22791); 26 Feb 2012 21:54:47 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 26 Feb 2012 21:54:31 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1QLsR15000667 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 26 Feb 2012 16:54:27 -0500 Received: from host2.jankratochvil.net (ovpn-116-19.ams2.redhat.com [10.36.116.19]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1QLsNZj011761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 26 Feb 2012 16:54:26 -0500 Date: Sun, 26 Feb 2012 22:57:00 -0000 From: Jan Kratochvil To: Luis Gustavo Cc: gdb-patches@sourceware.org Subject: Regressions in gdbserver mode #2 [Re: General regressions in gdbserver mode] Message-ID: <20120226215423.GA9147@host2.jankratochvil.net> References: <4F2309F1.1020703@mentor.com> <4F47ABCF.9020305@mentor.com> <20120225142037.GA26330@host2.jankratochvil.net> <4F4900CB.8010606@mentor.com> <20120225170610.GA31657@host2.jankratochvil.net> <4F49277A.70400@mentor.com> <20120225194022.GA16174@host2.jankratochvil.net> <4F493D7D.1030907@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F493D7D.1030907@mentor.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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 X-SW-Source: 2012-02/txt/msg00620.txt.bz2 On Sat, 25 Feb 2012 20:58:53 +0100, Luis Gustavo wrote: > I've checked the following in. Still getting now these regressions in gdbserver non-extended mode: -PASS: gdb.base/save-bp.exp: info break +FAIL: gdb.base/save-bp.exp: info break +FAIL: gdb.cp/mb-templates.exp: initial condition: run to breakpoint (timeout) +FAIL: gdb.cp/mb-templates.exp: initial condition: run to breakpoint 2 (GDB internal error) +FAIL: gdb.cp/mb-templates.exp: ... info break Num Type Disp Enb Address What 2 breakpoint keep y 0x0000000000400540 in break_me at ./gdb.base/save-bp.c:21 3 breakpoint keep y 0x000000000040054a in main at ./gdb.base/save-bp.c:27 4 breakpoint keep y 0x000000000040054f in main at ./gdb.base/save-bp.c:28 thread 1 stop only in thread 1 5 breakpoint keep y 0x000000000040055d in main at ./gdb.base/save-bp.c:31 stop only if i == 1 (host evals) 6 breakpoint keep y 0x000000000040056c in main at ./gdb.base/save-bp.c:33 silent (gdb) FAIL: gdb.base/save-bp.exp: info break (I did not check now what is expeted.) (gdb) continue Continuing. ax-gdb.c:560: internal-error: gen_fetch: bad type code A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) Found breakpoint condition. FAIL: gdb.cp/mb-templates.exp: initial condition: run to breakpoint (timeout) Regards, Jan