From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27322 invoked by alias); 7 Feb 2009 02:28:52 -0000 Received: (qmail 27313 invoked by uid 22791); 7 Feb 2009 02:28:52 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 07 Feb 2009 02:28:48 +0000 Received: from zps75.corp.google.com (zps75.corp.google.com [172.25.146.75]) by smtp-out.google.com with ESMTP id n172Skdv026757 for ; Fri, 6 Feb 2009 18:28:46 -0800 Received: from wf-out-1314.google.com (wfc25.prod.google.com [10.142.3.25]) by zps75.corp.google.com with ESMTP id n172Siw3021650 for ; Fri, 6 Feb 2009 18:28:44 -0800 Received: by wf-out-1314.google.com with SMTP id 25so1077277wfc.14 for ; Fri, 06 Feb 2009 18:28:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.125.4 with SMTP id x4mr1386742wfc.75.1233973724131; Fri, 06 Feb 2009 18:28:44 -0800 (PST) In-Reply-To: <200902062337.19162.pedro@codesourcery.com> References: <200902031501.49657.pedro@codesourcery.com> <200902042102.10900.pedro@codesourcery.com> <20090204211712.GA6816@caradoc.them.org> <200902062337.19162.pedro@codesourcery.com> Date: Sat, 07 Feb 2009 02:28:00 -0000 Message-ID: <8ac60eac0902061828r4e2c3f7dn6f2e5416950979c8@mail.gmail.com> Subject: Re: [3/2] Inspect extra signal information, handle amd64 bi-arch gdb From: Paul Pluzhnikov To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2009-02/txt/msg00171.txt.bz2 On Fri, Feb 6, 2009 at 3:37 PM, Pedro Alves wrote: > On Wednesday 04 February 2009 21:17:12, Daniel Jacobowitz wrote: >> Seems fine to me. > > Thanks Daniel. Here's the version I just checked in. This just broke my build :-( ../../src/gdb/linux-nat.c: In function 'linux_xfer_siginfo': ../../src/gdb/linux-nat.c:3302: error: 'PTRACE_SETSIGINFO' undeclared (first use in this function) ../../src/gdb/linux-nat.c:3302: error: (Each undeclared identifier is reported only once ../../src/gdb/linux-nat.c:3302: error: for each function it appears in.) make: *** [linux-nat.o] Error 1 I am targeting glibc-2.3.6, and that doesn't appear to have PTRACE_SETSIGINFO -- Paul Pluzhnikov