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: Performance regression (12x): Re: RFC: add relative file name handling for linespecs


> Joel> [...], but in the end, I'm just thinking I should just add the
> Joel> parameter and update all callers.
> 
> Here's the patch.  Let me know what you think.  I'm running regression
> tests on it now, but I don't expect any problems.

Thank you!

> 2012-02-01  Tom Tromey  <tromey@redhat.com>
> 
> 	* ada-lang.c (resolve_subexp): Update.
> 	(ada_lookup_symbol_list): Add 'full_search' argument.
> 	(ada_iterate_over_symbols): Pass 0 as full_search argument to
> 	ada_lookup_symbol_list.
> 	(ada_lookup_encoded_symbol): Update.
> 	(get_var_value): Update.
> 	* ada-exp.y (block_lookup): Update.
> 	(write_var_or_type): Update.
> 	(write_name_assoc): Update.
> 	* ada-lang.h (ada_lookup_symbol_list): Update.

This does look good to me.

-- 
Joel


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