Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Doug Evans <xdje42@gmail.com>
To: Pierre-Marie de Rodat <derodat@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH] [Ada] Add support for subprogram renamings
Date: Thu, 13 Aug 2015 03:56:00 -0000	[thread overview]
Message-ID: <m3zj1v6dwl.fsf@sspiff.org> (raw)
In-Reply-To: <55C225E1.6020109@adacore.com> (Pierre-Marie de Rodat's message	of "Wed, 5 Aug 2015 17:04:01 +0200")

Pierre-Marie de Rodat <derodat@adacore.com> writes:
> Hi Doug,
>
> Thanks again for reviewing my patches!
>
> ...
> Quoting myself on IRC:
>> xdje: hello! in
>> https://sourceware.org/ml/gdb-patches/2015-07/msg00768.html you
>> suggested to move namespace bits in a new file
>>
>> I think that makes sense too, but lang-support.* does not
>>
>> I mean… symtab, block, etc. all are about source debugging… and thus
>> languages support
>>
>> so I’m tempted to create instead namespace.* or else to move this to
>> block.*
>>
>> what do you think?
>
> So I created namespace.[ch]. Please tell me if that's fine, otherwise
> I can switch to the names you suggested.

Fine by me.

>...
>
> gdb/ChangeLog:
>
> 	* ada-lang.c: Include namespace.h
> 	(aux_add_nonlocal_symbols): Fix a function name in comment.
> 	(ada_add_block_renamings): New.
> 	(add_nonlocal_symbols): Add global renamings handling.
> 	(ada_lookup_symbol_list_worker): Move the symbol lookup part
> 	to...
> 	(ada_add_all_symbols): ... this new function.
> 	(ada_add_block_symbols): Try to match the input name against the
> 	"using directives list", perform a recursive symbol lookup on
> 	the matched declarations.
> 	* block.h (struct block): Move the_namespace to top-level as
> 	namespace_info. Remove the language_specific field.
> 	(BLOCK_NAMESPACE): Update access to the namespace_info field.
> 	* buildsym.h (using_directives): Rename into...
> 	(local_using_directives): ... this.
> 	(global_using_directives): New.
> 	(struct context_stack): Rename the using_directives field into
> 	local_using_directives.
> 	* buildsym.c (finish_block_internal): Deal with the proper
> 	using directives repository (local or global).
> 	(prepare_for_building): Reset local_using_directives. Assert
> 	that there is no pending global using directive.
> 	(reset_symtab_globals): Reset global_using_directives and
> 	local_using_directives.
> 	(end_symtab_get_static_block): Don't ignore symtabs that have
> 	only using directives.
> 	(push_context): Update references to local_using_directives.
> 	(buildsym_init): Do not reset using_directives.
> 	* cp-support.c: Include namespace.h.
> 	* cp-support.h (struct using_direct): Move to namespace.h.
> 	(cp_add_using_directives): Move to namespace.h.
> 	* cp-namespace.c: Include namespace.h
> 	(cp_add_using_directive): Move to namespace.c, rename it to
> 	add_using_directive, add a "using_directives" argument and use
> 	it as the pending using directives repository.  All callers
> 	updated.
> 	* dwarf2read.c (using_directives): New.
> 	(read_import_statement): Call using_directives.
> 	(read_func_scope): Update references to local_using_directives.
> 	(read_lexical_block_scope): Likewise.
> 	(read_namespace): Update the heading comment, call
> 	using_directives.
> 	* namespace.h: New file.
> 	* namespace.c: New file.
> 	* Makefile.in (SFILES): Add namespace.c.
> 	(COMMON_OBS): Add namespace.o
>
> gdb/testsuite/ChangeLog:
>
> 	* gdb.ada/fun_renaming.exp: New testcase.
> 	* gdb.ada/fun_renaming/fun_renaming.adb: New file.
> 	* gdb.ada/fun_renaming/pack.adb: New file.
> 	* gdb.ada/fun_renaming/pack.ads: New file.

LGTM


  reply	other threads:[~2015-08-13  3:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-25 19:55 Pierre-Marie de Rodat
2015-07-26  9:30 ` Doug Evans
2015-08-05 15:04   ` Pierre-Marie de Rodat
2015-08-13  3:56     ` Doug Evans [this message]
2015-08-13  7:38       ` Pierre-Marie de Rodat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3zj1v6dwl.fsf@sspiff.org \
    --to=xdje42@gmail.com \
    --cc=derodat@adacore.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox