From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13098 invoked by alias); 21 Feb 2012 19:10:51 -0000 Received: (qmail 13090 invoked by uid 22791); 21 Feb 2012 19:10:50 -0000 X-SWARE-Spam-Status: No, hits=-6.8 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; Tue, 21 Feb 2012 19:10:36 +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 q1LJAU01029944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 21 Feb 2012 14:10:34 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1LIsroh021850; Tue, 21 Feb 2012 13:54:54 -0500 Message-ID: <4F43E87D.9080405@redhat.com> Date: Tue, 21 Feb 2012 19:11:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120131 Thunderbird/10.0 MIME-Version: 1.0 To: Edjunior Barbosa Machado CC: gdb-patches@sourceware.org, jan.kratochvil@redhat.com Subject: Re: [PATCH 2/2] gdb.threads/attach-into-signal.exp: don't rely on linux native target's internal debug output References: <20120217193546.10029.74207.stgit@hit-nxdomain.opendns.com> <20120217193750.10029.58857.stgit@hit-nxdomain.opendns.com> <4F43DF80.2090701@linux.vnet.ibm.com> In-Reply-To: <4F43DF80.2090701@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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/msg00443.txt.bz2 On 02/21/2012 06:16 PM, Edjunior Barbosa Machado wrote: > It looks like the $_siginfo inspection used in the threaded case is not supported on some > architectures (like ppc32 and ppc64, where the testcase returns about 100 failures). From what I noticed in > another testcase, gdb.base/siginfo-obj.exp, signal information is currently available only on arm, x86 and x86_64. The only reason signal inspection doesn't work on any other GNU/Linux architecture is that nobody has yet implemented the gdbarch_get_siginfo_type hook for them. Could this be enough motivation? Otherwise we'll have to skip the tests... -- Pedro Alves