[rfa] rename insight to insight

Keith Seitz keiths@redhat.com
Mon Aug 26 12:36:00 GMT 2002


On Mon, 26 Aug 2002, Grace Sainsbury wrote:

> 2002-08-26  Grace Sainsbury  <graces@redhat.com>
> 
> 	* top.c: Set use_windows to default to zero.
> 	* main.c: Move main function to insight.c, gdb.c
> 	* insight.c: New File.
> 	* gdb.c: New File.
> 	* Makefile.in: Add rules for gdb.o, insight.o and insight. Change
> 	all, install and clean rules to include insight.

Recommendation:

Move "insight.c" into gdbtk/generic (call it insight-main.c or something) 
and move the Makefile fragments next to the other insight-related files 
(look for all the gdbtk-*.o files). This way we make an attempt at keeping 
insight/gdb cross-contamination to a minimum. We're slowly working toward 
putting all the insight stuff in gdb/gdbtk/, but we've still a little work 
to do (and your patch is a good first step at the most troublesome piece).

Otherwise, I certainly welcome this change (which is far too overdue). Now 
we only need to straighten out the arg parsing stuff and the init.c stuff, 
and we'll be set! ;-)

Keith



More information about the Gdb-patches mailing list