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: [PATCH 29/40] Simplify completion_list_add_name | remove sym_text / sym_text_len


On 08/08/2017 09:59 PM, Keith Seitz wrote:
> On 06/02/2017 05:22 AM, Pedro Alves wrote:
>>
>> gdb/ChangeLog:
>> yyyy-mm-dd  Pedro Alves  <palves@redhat.com>
>>
>> 	* ada-lang.c (ada_make_symbol_completion_list): Remove text and
>> 	text_len locals and don't pass them down.
>> 	* symtab.c (completion_list_add_name): Remove
>> 	sym_text/sym_text_len parameters and adjust.
>> 	(completion_list_add_symbol, completion_list_add_msymbol)
>> 	(completion_list_objc_symbol, completion_list_add_fields)
>> 	(add_symtab_completions): Likewise.
>> 	(default_collect_symbol_completion_matches_break_on)
>> 	(collect_file_symbol_completion_matches): Remove sym_text_len
>> 	local and don't pass it down.
>> 	* symtab.h (completion_list_add_name): Remove
>> 	sym_text/sym_text_len parameters.
> 
> LGTM
> 

I've pushed this one in as well.

Thanks,
Pedro Alves


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