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 ChangeLog thread.c infrun.c


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

Modified files:
	gdb            : ChangeLog thread.c infrun.c 

Log message:
	* thread.c (do_captured_thread_select): Add context-changed
	notification.
	* infrun.c (handle_inferior_event): Remove context-changed
	notification. The stop result already has this information.
	
	* thread.c (do_captured_list_thread_ids): Use ui_out_list_begin/end
	instead of ui_out_tuple_begin/end.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.2708.2.16&r2=1.2708.2.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/thread.c.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.22.6.1&r2=1.22.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.58.6.4&r2=1.58.6.5


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