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 10/40] Clean up "completer_handle_brkchars" callback handling


On 06/02/2017 05:22 AM, Pedro Alves wrote:
> This patch cleans up "completer_handle_brkchars" callback handling:
> 
> - Renames the function typedef to better match its intent:
>   completer_ftype_void ->  completer_handle_brkchars_ftype
> 
> - Factors out common code in complete_line_internal handling the
>   "handle_brkchars" callback to a separate function.
> 
> - Centralizes all the "completer method" to "handle_brkchars method"
>   mapping in a single function.
> 

I don't see any issues.

Keith


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