From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3016 invoked by alias); 10 Jul 2003 20:19:02 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3007 invoked from network); 10 Jul 2003 20:19:01 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 10 Jul 2003 20:19:01 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h6AKJ1H10786 for ; Thu, 10 Jul 2003 16:19:01 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6AKJ0I22516; Thu, 10 Jul 2003 16:19:00 -0400 Received: from localhost.localdomain (vpn50-28.rdu.redhat.com [172.16.50.28]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6AKJ0g09771; Thu, 10 Jul 2003 16:19:00 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h6AKIsF08519; Thu, 10 Jul 2003 13:18:54 -0700 Date: Thu, 10 Jul 2003 20:19:00 -0000 From: Kevin Buettner Message-Id: <1030710201854.ZM8518@localhost.localdomain> In-Reply-To: "J. Johnston" "RFA: patch to ia64-linux-nat.c" (Jul 3, 4:37pm) References: <3F049410.70109@redhat.com> To: "J. Johnston" , gdb-patches@sources.redhat.com Subject: Re: RFA: patch to ia64-linux-nat.c MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00215.txt.bz2 On Jul 3, 4:37pm, J. Johnston wrote: > Ok to commit? > > 2003-07-03 Jeff Johnston > > * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify > that we have a SIGTRAP before returning non-zero. Okay. Kevin