From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26363 invoked by alias); 30 Apr 2009 22:46:39 -0000 Received: (qmail 26355 invoked by uid 22791); 30 Apr 2009 22:46:38 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 30 Apr 2009 22:46:32 +0000 Received: (qmail 30610 invoked from network); 30 Apr 2009 22:46:30 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 30 Apr 2009 22:46:30 -0000 From: Pedro Alves To: tromey@redhat.com Subject: Re: Fix 'catch catch' crash Date: Thu, 30 Apr 2009 22:46:00 -0000 User-Agent: KMail/1.9.10 Cc: gdb-patches@sourceware.org References: <200904292035.17446.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200904302346.43458.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00829.txt.bz2 On Wednesday 29 April 2009 22:04:38, Tom Tromey wrote: > >>>>> "Pedro" == Pedro Alves writes: > > Pedro> (gdb) catch catch > Pedro> Function "__cxa_begin_catch" not defined. > > Pedro> The nagging about not finding the "__cxa_begin_catch" function > Pedro> could be hidden from the user; > > Yeah... would you mind filing a bug report for this? > (And for the other too, if you want; this one seemed more important to > me somehow.) Done. PRs 10119, 10120 and 10121. -- Pedro Alves