From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11257 invoked by alias); 12 May 2003 21:18:40 -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 11129 invoked from network); 12 May 2003 21:18:38 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 12 May 2003 21:18:38 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h4CLIVZ22471; Mon, 12 May 2003 14:18:31 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Andrew Cagney Cc: "H. J. Lu" , "J. Johnston" , Elena Zannoni , GDB Subject: Re: NPTL thread support References: <200305090945.h499jTH13137@magilla.sf.frob.com> <20030509134135.GA20959@nevyn.them.org> <16059.47081.289185.757260@localhost.redhat.com> <20030509075610.B1675@lucon.org> <16059.52718.465177.555337@localhost.redhat.com> <20030509091522.A2960@lucon.org> <16059.55278.841645.134311@localhost.redhat.com> <20030511134556.A22269@lucon.org> <3EBFF3ED.8050807@redhat.com> <20030512130839.A9491@lucon.org> <3EC00D8C.1040100@redhat.com> From: David Carlton Date: Mon, 12 May 2003 21:18:00 -0000 In-Reply-To: <3EC00D8C.1040100@redhat.com> 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-05/txt/msg00212.txt.bz2 On Mon, 12 May 2003 17:09:32 -0400, Andrew Cagney said: >> These are all normal. (I can't speak about the gdb.objc ones.) > Unless you've got ObjC installed, those are normal as well (it > should probably be tweaked too, like threads, just fail when the > compiler dies). Whoops, you're right: I thought I was seeing different messages, but I was seeing those FAILs as well. I agree that the current failure mode for gdb.objc is suboptimal. Though calling gdb_suppress_entire_file sounds reasonable to me; is there no way to fix it to actually end the file instead of trying and failing to suppress the tests in the file? David Carlton carlton@math.stanford.edu