From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8660 invoked by alias); 21 Jan 2003 20:25:30 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 8652 invoked from network); 21 Jan 2003 20:25:29 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by 172.16.49.205 with SMTP; 21 Jan 2003 20:25:29 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h0LKPIu06216; Tue, 21 Jan 2003 12:25:18 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Michael Elizabeth Chastain Cc: gdb@sources.redhat.com, jimb@redhat.com Subject: Re: obsoleting the annotate level 2 interface References: <200301211741.h0LHfp308677@duracef.shout.net> From: David Carlton Date: Tue, 21 Jan 2003 20:25:00 -0000 In-Reply-To: <200301211741.h0LHfp308677@duracef.shout.net> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-01/txt/msg00365.txt.bz2 On Tue, 21 Jan 2003 11:41:51 -0600, Michael Elizabeth Chastain said: > gdb.c++/annota2.exp reports two KFAIL's which are unrelated to > annotation. One KFAIL is about a hardware watchpoint that triggers on > the first instruction after resuming a breakpoint. The other is about > sending a ^C and then immediately reading from gdb (I suspect there is a > race condition here but I'm not sure). Actually it would be good to > move those tests to a different test script right now, because it's such > a pain to work with an annotation-enabled test script. Yeah: it's silly to have bugs that only occur in gdb.c++/annota2.exp and that have nothing to do with C++ or with annotation. (I don't want to delete them from that file until the whole file is gone, but I do want to reproduce the bugs in other files.) I think I have a patch around to reproduce the watchpoint bug in gdb.base/watchpoint.exp; I'll polish that off and submit it. David Carlton carlton@math.stanford.edu