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/REPOST] Move some funcs from top.c to completer.c


Andrew Cagney writes:
 > > This is a repost of a patch I submitted long time ago.
 > > http://sources.redhat.com/ml/gdb-patches/2001-05/msg00136.html
 > > I modified it slightly to adapt it to the current sources.
 > 
 > 
 > Treat it as obvious :-)
 > 
 > 	Andrew
 > 


OK, it's in.

Elena


 > 
 > > 2001-07-13  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.
 > > 	* source.c: Ditto.
 > > 	* symfile.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]