This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA 34/42] Add many methods to buildsym_compunit


On 2018-05-23 12:58 AM, Tom Tromey wrote:
> +void
> +augment_type_symtab ()
> +{
> +  gdb_assert (buildsym_compunit != nullptr);
> +  buildsym_compunit->augment_type_symtab ();
> +  reset_symtab_globals ();

reset_symtab_globals () is called both here and in
buildsym_compunit->augment_type_symtab, is it intended?

Same thing for end_symtab_from_static_block and the corresponding
method.

Otherwise, LGTM.

Simon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]