From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9264 invoked by alias); 4 Feb 2002 11:22:22 -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 9204 invoked from network); 4 Feb 2002 11:22:20 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 4 Feb 2002 11:22:20 -0000 Received: by fw-cam.cambridge.arm.com; id LAA16464; Mon, 4 Feb 2002 11:22:18 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma016226; Mon, 4 Feb 02 11:21:56 GMT Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id LAA10332; Mon, 4 Feb 2002 11:21:55 GMT Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id LAA09467; Mon, 4 Feb 2002 11:21:54 GMT Message-Id: <200202041121.LAA09467@cam-mail2.cambridge.arm.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Andrew Cagney , gdb-patches@sources.redhat.com cc: Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com References: <3C5B605B.6030007@cygnus.com> Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: [patch] Zap remaining calls to error_begin() Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 04 Feb 2002 03:22:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-02/txt/msg00067.txt.bz2 > > 2002-01-31 Andrew Cagney > > > > * utils.c (error_begin): Make static. > > * defs.h (error_begin): Delete declaration. > > > > * linespec.c (cplusplus_error): Replace cplusplus_hint. > > (decode_line_1): Use cplusplus_error instead of error_begin, > > cplusplus_hint and return_to_top_level. > > * coffread.c (coff_symfile_read): Use error instead of error_begin > > and return_to_top_level. > > * infrun.c (default_skip_permanent_breakpoint): Ditto. > > > > I've checked this in. I'm not sure if this is related, but I'm now seeing a regression in the testsuite for an arm-netbsd target: FAIL: gdb.c++/annota2.exp: annotate-quit Since the missing text from the log is: - error-begin - Quit - - quit I think the smoking gun must be pointing somewhere in this direction. R.