From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6687 invoked by alias); 13 Aug 2003 19:15:00 -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 6664 invoked from network); 13 Aug 2003 19:15:00 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 13 Aug 2003 19:15:00 -0000 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 01C2F80031B; Wed, 13 Aug 2003 15:15:00 -0400 (EDT) Message-ID: <3F3A8E33.1070901@redhat.com> Date: Wed, 13 Aug 2003 19:15:00 -0000 From: "J. Johnston" Organization: Red Hat Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: patch to ia64-linux-nat.c References: <3F049410.70109@redhat.com> <1030710201854.ZM8518@localhost.localdomain> <3F200CA7.8090302@redhat.com> <3F39466C.7090207@redhat.com> <1030812204303.ZM21949@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00222.txt.bz2 Thanks. Identical patch checked into gdb 6.0. 2003-08-13 Jeff Johnston From 2003-07-24 Jeff Johnston * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify that we have a SIGTRAP before returning non-zero. Kevin Buettner wrote: > On Aug 12, 3:56pm, J. Johnston wrote: > > >>Can this go into gdb 6.0? Without it, gdb debugging gdb gets spurious >>breakpoints in glibc. > > > Okay. > > Kevin >