From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9579 invoked by alias); 25 Feb 2012 14:21:16 -0000 Received: (qmail 9571 invoked by uid 22791); 25 Feb 2012 14:21:15 -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; Sat, 25 Feb 2012 14:20:50 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1PEKgkM004208 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 25 Feb 2012 09:20:42 -0500 Received: from host2.jankratochvil.net (ovpn-116-19.ams2.redhat.com [10.36.116.19]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1PEKc44026587 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 25 Feb 2012 09:20:41 -0500 Date: Sat, 25 Feb 2012 15:40:00 -0000 From: Jan Kratochvil To: Luis Gustavo Cc: gdb-patches@sourceware.org Subject: General regressions in gdbserver mode [Re: [rfc target-side break conditions 0/5 v2] General info] Message-ID: <20120225142037.GA26330@host2.jankratochvil.net> References: <4F2309F1.1020703@mentor.com> <4F47ABCF.9020305@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F47ABCF.9020305@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/msg00609.txt.bz2 Hi Luis, On Fri, 24 Feb 2012 16:25:03 +0100, Luis Gustavo wrote: > I've checked this whole series in now. while thanks for this new feature the testsuite results broke in http://sourceware.org/gdb/wiki/TestingGDB#Testing_gdbserver_in_a_native_configuration mode such as: (gdb) continue Continuing. Breakpoint 1, main (argc=1, argv=0x7fffffffdbd8, envp=0x7fffffffdbe8) at ./gdb.base/break.c:89 89 if (argc == 12345) { /* an unlikely value < 2^16, in case uninited */ /* set breakpoint 6 here */ (gdb) PASS: gdb.base/condbreak.exp: rerun to main -> (gdb) continue Continuing. Found breakpoint condition. Found breakpoint condition. Found breakpoint condition. Remote connection closed (gdb) FAIL: gdb.base/condbreak.exp: rerun to main I do not have exact results today (offtopic) but the regression spans across the testsuite in general. Thanks, Jan