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/mi ChangeLog mi-interp.c mi-events.c mi.h


CVSROOT:	/cvs/src
Module name:	src
Branch: 	kseitz_interps-20020528-branch
Changes by:	kseitz@sources.redhat.com	2002-08-09 12:53:57

Modified files:
	gdb/mi         : ChangeLog mi-interp.c mi-events.c mi.h 

Log message:
	* mi-interp.c (mi_event_handlers): Add context_changed event
	handler.
	(mi_command_loop): Remove big block of code repeated in
	mi_interpreter_resume. I don't think this is needed.
	(mi_insert_notify_hooks): Remove context_hook.
	(mi_remove_notify_hooks): Likewise.
	* mi-events.c (mi_context_changed): New function.
	* mi.h (mi_context_changed): Add declaration.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/ChangeLog.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.66.2.6&r2=1.66.2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-interp.c.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.1.2.5&r2=1.1.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-events.c.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.1.2.4&r2=1.1.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi.h.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.1.2.4&r2=1.1.2.5


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