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/tui ChangeLog tui-hooks.c tuiIO.c tuiIO.h


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_5_3-branch
Changes by:	ciceron@sources.redhat.com	2002-09-10 13:00:55

Modified files:
	gdb/tui        : ChangeLog tui-hooks.c tuiIO.c tuiIO.h 

Log message:
	* tui-hooks.c (tui_event_loop): New function.
	(tui_command_loop): New function to override gdb loop and make sure
	uiout is set according to TUI mode.
	(tui_command_loop): Install the specific TUI command hook.
	* tuiIO.c (tui_initialize_io): Initialize tui_old_uiout.
	(tui_uiout, tui_old_uiout): Make public.
	* tuiIO.h (tui_uiout, tui_old_uiout): Declare.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/tui/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.89&r2=1.89.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/tui/tui-hooks.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.7&r2=1.7.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/tui/tuiIO.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.15&r2=1.15.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/tui/tuiIO.h.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.5&r2=1.5.2.1


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