This is the mail archive of the gdb-cvs@sourceware.org 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 gdbthread.h thread.c mi/mi-c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vprus@sourceware.org	2008-11-17 12:13:49

Modified files:
	gdb            : ChangeLog gdbthread.h thread.c 
	gdb/mi         : mi-cmds.c mi-cmds.h mi-main.c 

Log message:
	Implement -list-thread-groups.
	
	* thread.c (print_thread_info): New parameter pid, to print
	threads of specific process.
	* gdbthread.h (print_thread_info): New parameter pid.
	* mi/mi-cmds.c (mi_cmds): Register -list-thread-groups.
	* mi/mi-cmds.h (mi_cmd_list_thread_groups): New.
	* mi/mi-main.c (mi_cmd_thread_info): Adjust.
	(print_one_process, mi_cmd_list_thread_groups): New.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.9974&r2=1.9975
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbthread.h.diff?cvsroot=src&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/thread.c.diff?cvsroot=src&r1=1.97&r2=1.98
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmds.c.diff?cvsroot=src&r1=1.35&r2=1.36
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmds.h.diff?cvsroot=src&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-main.c.diff?cvsroot=src&r1=1.133&r2=1.134


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