From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 326 invoked by alias); 16 Aug 2002 20:34:56 -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 319 invoked from network); 16 Aug 2002 20:34:54 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 16 Aug 2002 20:34:54 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BBEC13C8D; Fri, 16 Aug 2002 16:34:52 -0400 (EDT) Message-ID: <3D5D61EC.7020906@ges.redhat.com> Date: Fri, 16 Aug 2002 13:34:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/ob] not_a_breakpoint -> not_a_sw_breakpoint References: <3D5D1C3E.8070203@ges.redhat.com> <1020816164312.ZM11179@localhost.localdomain> <3D5D37A7.2090003@ges.redhat.com> <1020816185159.ZM30848@localhost.localdomain> <3D5D53AF.1000908@ges.redhat.com> <1020816201235.ZM31252@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00453.txt.bz2 > On Aug 16, 3:34pm, Andrew Cagney wrote: > > >> I think that is separate. The ``intent'' of the variable is to indicate >> that what is being looked at isn't a trap due to a software breakpoint >> event. > > > Okay, I've studied the code some more and I finally agree. > > (I haven't convinced myself though that the conditions used to > instantiate this variable will guarantee this ``intent''.) That's probably because I've convinced myself that the conditions used most likely don't guarentee the intent! :-) However, we've got to start somewhere :-) enjoy, Andrew