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 Makefile.in NEWS linux-nat.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vprus@sourceware.org	2008-12-02 07:57:38

Modified files:
	gdb            : ChangeLog Makefile.in NEWS linux-nat.c remote.c 
	                 target.c target.h xml-support.c xml-support.h 
	gdb/doc        : ChangeLog gdb.texinfo 
	gdb/gdbserver  : ChangeLog linux-low.c remote-utils.c server.c 
	                 server.h target.h 
	gdb/mi         : mi-main.c 
	gdb/testsuite/gdb.server: ext-run.exp 
Added files:
	gdb            : osdata.c osdata.h 
	gdb/features   : osdata.dtd 

Log message:
	Implement -list-thread-groups --available
	
	* Makefile.in (XMLFILES): Add osdata.dtd.
	(SFILES): Add osdata.c.
	(COMMON_OBS): Add osdata.o.
	* linux-nat.c: Include pwd.h, sys/types.h, gdb_dirent.h and xml-support.h.
	(linux_nat_xfer_osdata): New function.
	(linux_xfer_partial): Handle TARGET_OBJECT_OSDATA.
	* osdata.c: New file.
	* osdata.h: New file.
	* remote.c (PACKET_qXfer_osdata): New packet enum.
	(remote_protocol_features): Add "qXfer:osdata:read".
	(remote_read_qxfer): Handle TARGET_OBJECT_OSDATA.
	(extended_remote_can_run): New.
	(init_extended_remote_ops): Set to_can_run to
	extended_remote_can_run.
	(_initialize_remote): Add packet config command for
	"qXfer:osdata:read".
	* xml-support.c (obstack_xml_printf): New function.
	* xml-support.h (obstack_xml_printf): Declare.
	* target.c (target_get_osdata): New function.
	* target.h (enum target_object): Add TARGET_OBJECT_OSDATA.
	(target_os_data): Declare.
	* features/osdata.dtd: New file.
	* mi/mi-main.c (mi_list_thread_groups): Handle the --available
	option.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/osdata.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/osdata.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.10010&r2=1.10011
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1060&r2=1.1061
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.295&r2=1.296
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-nat.c.diff?cvsroot=src&r1=1.110&r2=1.111
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.330&r2=1.331
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/target.c.diff?cvsroot=src&r1=1.191&r2=1.192
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/target.h.diff?cvsroot=src&r1=1.135&r2=1.136
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/xml-support.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/xml-support.h.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.839&r2=1.840
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.537&r2=1.538
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/features/osdata.dtd.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.225&r2=1.226
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-low.c.diff?cvsroot=src&r1=1.81&r2=1.82
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/remote-utils.c.diff?cvsroot=src&r1=1.57&r2=1.58
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/server.c.diff?cvsroot=src&r1=1.80&r2=1.81
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/server.h.diff?cvsroot=src&r1=1.46&r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/target.h.diff?cvsroot=src&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-main.c.diff?cvsroot=src&r1=1.137&r2=1.138
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.server/ext-run.exp.diff?cvsroot=src&r1=1.1&r2=1.2


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