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 linux-nat.c remote.c target. ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vprus@sourceware.org	2008-08-19 13:05:03

Modified files:
	gdb            : ChangeLog linux-nat.c remote.c target.c 
	                 target.h 
	gdb/doc        : ChangeLog gdb.texinfo 
	gdb/mi         : mi-cmds.c mi-cmds.h mi-main.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.mi: mi-async.exp 
	gdb/testsuite/lib: mi-support.exp 

Log message:
	* target.c (target_async_permitted, target_async_permitted_1)
	(set_maintenance_target_async_permitted)
	(show_maintenance_target_async_permitted): New.
	(initialize_targets): Register 'set target-async'.
	* target.h (target_async_permitted): Declare.
	* linux-nat.c (linux_nat_async_enabled)
	(linux_nat_async_permitted, set_maintenance_linux_async_permitted)
	(show_maintenance_linux_async_permitted): Remove.
	(sigchld_handler, linux_nat_is_async_p, linux_nat_can_async_p)
	(get_pending_events, linux_nat_async): Use target_async_permitted.
	(linux_nat_set_async_mode): Remove, moving the only used bits
	into...
	(linux_nat_setup_async): This.
	(_initialize_linux_nat): Do not register 'maint set linux-async'.
	Use linux_nat_setup_async.
	* remote.c (remote_async_permitted, remote_async_permitted_set)
	(set_maintenance_remote_async_permitted)
	(show_maintenance_remote_async_permitted): Remove.
	(remote_open_1, remote_terminal_inferior, remote_can_async_p)
	(remote_is_async_p): Use target_async_permitted.
	(_initialize_remote): Don't register 'main set remote-async'.
	* mi/mi-cmds.c (mi_cmds): Register -list-target-features.
	* mi/mi-cmds.h (mi_cmd_list_target_features): New.
	* mi/mi-main.c (mi_cmd_list_target_features): New.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.9666&r2=1.9667
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-nat.c.diff?cvsroot=src&r1=1.96&r2=1.97
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.304&r2=1.305
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/target.c.diff?cvsroot=src&r1=1.173&r2=1.174
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/target.h.diff?cvsroot=src&r1=1.128&r2=1.129
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.810&r2=1.811
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.516&r2=1.517
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmds.c.diff?cvsroot=src&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmds.h.diff?cvsroot=src&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-main.c.diff?cvsroot=src&r1=1.129&r2=1.130
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1703&r2=1.1704
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-async.exp.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/lib/mi-support.exp.diff?cvsroot=src&r1=1.70&r2=1.71


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