From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9792 invoked by alias); 17 Mar 2011 13:21:22 -0000 Received: (qmail 9783 invoked by uid 22791); 17 Mar 2011 13:21:21 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Mar 2011 13:21:16 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 81A052BB105 for ; Thu, 17 Mar 2011 09:21:14 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3EAmVx8FhHyB for ; Thu, 17 Mar 2011 09:21:14 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4E15F2BB106 for ; Thu, 17 Mar 2011 09:21:10 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 15C841459B0; Thu, 17 Mar 2011 17:21:05 +0400 (RET) Date: Thu, 17 Mar 2011 14:58:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA] make first parameter of to_lookup_symbol const char * Message-ID: <20110317132105.GZ31264@adacore.com> References: <58CFFAD9-1C02-4AD8-B416-FC48D1A7F006@adacore.com> <20110314134616.GA2680@host1.jankratochvil.net> <20110316135810.GA6590@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110316135810.GA6590@adacore.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2011-03/txt/msg00894.txt.bz2 > delete target_ops.to_lookup_symbol > > gdb/ChangeLog: > > * target.h (struct target_ops): Remove to_lookup_symbol field. > (target_lookup_symbol): Delete macro. > * target.c (nosymbol, debug_to_lookup_symbol): Delete. > (update_current_target, setup_target_debug): Remove handling > of to_lookup_symbol target_ops field. > * ada-tasks.c (get_known_tasks_addr): Remove use of > target_lookup_symbol. > * coffread.c (coff_symtab_read): Likewise. > * dbxread.c (read_dbx_symtab): Ditto. Thanks to everyone for the review and feedback. I checked this patch in. -- Joel