From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16443 invoked by alias); 17 Dec 2014 08:21:17 -0000 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 Received: (qmail 16432 invoked by uid 89); 17 Dec 2014 08:21:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f170.google.com Received: from mail-wi0-f170.google.com (HELO mail-wi0-f170.google.com) (209.85.212.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 17 Dec 2014 08:21:15 +0000 Received: by mail-wi0-f170.google.com with SMTP id bs8so16057583wib.3 for ; Wed, 17 Dec 2014 00:21:11 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.61.168 with SMTP id q8mr68294200wjr.53.1418804471770; Wed, 17 Dec 2014 00:21:11 -0800 (PST) Received: by 10.27.132.70 with HTTP; Wed, 17 Dec 2014 00:21:11 -0800 (PST) In-Reply-To: <83vblgr85u.fsf@gnu.org> References: <83vblgr85u.fsf@gnu.org> Date: Wed, 17 Dec 2014 08:21:00 -0000 Message-ID: Subject: Re: [PATCH] New parameter: debug symbol-lookup From: Doug Evans To: Eli Zaretskii , Joel Brobecker Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00465.txt.bz2 On Fri, Dec 12, 2014 at 11:15 AM, Eli Zaretskii wrote: >> From: Doug Evans >> Date: Thu, 11 Dec 2014 11:47:07 -0800 >> >> 2014-12-11 Doug Evans >> >> New parameter "debug symbol-lookup". >> * NEWS: Mention it. >> * cp-namespace.c (cp_lookup_symbol_imports_or_template): Add debug >> output. >> (cp_lookup_symbol_namespace, cp_lookup_symbol_nonlocal): Ditto. >> (cp_lookup_nested_symbol): Ditto. >> * language.c (language_lookup_primitive_type_by_name): Add debug >> output. >> * minsyms.c (lookup_minimal_symbol): Add debug output. >> * objfiles.c (objfile_debug_name): Moved here, and renamed ... >> * symfile-debug.c (debug_objfile_name): ... from here. All callers >> updated. >> * objfiles.h (objfile_debug_name): Declare. >> * symtab.h (symbol_lookup_debug): Declare. >> * symtab.c (symbol_lookup_debug): New global. >> (lookup_language_this): Add debug output. >> (lookup_symbol_aux, lookup_symbol_in_block): Ditto. >> (lookup_symbol_in_objfile_symtabs, lookup_symbol_via_quick_fns): Ditto. >> (lookup_symbol_in_static_block, lookup_symbol_in_objfile): Ditto. >> (_initialize_symtab): Add new parameter "debug symbol-lookup". >> >> doc/ >> * gdb.texinfo (Debugging Output): Document "debug symbol-lookup". > > OK for the documentation parts, thanks. Committed, thanks.