This is the mail archive of the gdb-cvs@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]
Other format: [Raw text]

src/gdb/gdbtk ChangeLog generic/gdbtk-main.c g ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kseitz@sourceware.org	2003-02-18 23:33:06

Modified files:
	gdb/gdbtk      : ChangeLog 
	gdb/gdbtk/generic: gdbtk-main.c gdbtk.c gdbtk.h 
Added files:
	gdb/gdbtk/generic: gdbtk-interp.c 

Log message:
	* generic/gdbtk-main.c (main): Change name of intepreter to "insight".
	* generic/gdbtk.h: Add ifdef wrappers.
	(gdbtk_init): Declare.
	(gdbtk_source_start_file): Declare.
	* generic/gdbtk.c (gdbtk_init): Export.
	Reomve init_ui_hook stuff.
	Do not add hooks here anymore (moved into interps).
	Do not muck with gdbk_stdout et al (moved into interps).
	(gdbtk_source_start_file): Code ripped out of gdbtk_init
	which deals with sourcing the main startup file.
	(gdbtk_init_1): Hack: New function.
	(argv0): Hack: New static global.
	(tk_init): Moved to gdbtk-interps.c.
	(gdbtk_resume): Likewise.
	(gdbtk_suspend): Likewise.
	(gdbtk_prompt_p): Likewise.
	(gdbtk_exec): Likewise.
	(gdbtk_command_loop): Likewise.
	(_initialize_gdbtk): Move interpreter stuff to gdbtk-interps.c.
	Hack: Add new init_ui_hook.
	* generic/gdbtk-interps.c: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.300&r2=1.301
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-interp.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-main.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk.c.diff?cvsroot=src&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk.h.diff?cvsroot=src&r1=1.6&r2=1.7


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