This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [RFA] Move some funcs from top.c to completer.c


> From: Elena Zannoni <ezannoni@cygnus.com>
> Date: Thu, 10 May 2001 00:06:17 -0400
> 
> After staring at completion stuff for a while, I realized that I could
> clean this up.  [You'll notice that the changes to Makefile.in don't
> correspond 100% to the new include's. This is because the dependencies
> were already in the Makefile.in, for some files. I think this was left
> over from JT include's clean up.]
> 
> Ok to apply?  [Eli: actually this can go in after your patch is
> committed, if this makes your life easier.]

Elena, you can now commit this, since my completion patches are in.

Thanks for waiting.

> 
> Elena
> 
> 2001-05-09  Elena Zannoni  <ezannoni@redhat.com>
>  
> 	* top.c (readline_line_completion_function, noop_completer): Move
>  	from here...  
> 	* completer.c (readline_line_completion_function, noop_completer):
>  	...to here.
> 	* gdbcmd.h (readline_line_completion_function, noop_completer):
>  	Move declarations from here...  
> 	* completer.h (readline_line_completion_function, noop_completer):
>  	...to here.
> 	* corefile.c: Include completer.h.
> 	* infcmd.c: Ditto.
> 	* proc-api.c: Ditto.
> 	* source.c: Ditto.
> 	* symfile.c: Ditto.
> 	* tracepoint.c: Ditto.
> 	* Makefile.in: Update dependencies.


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