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/gdbtk ChangeLog generic/gdbtk-cmds.c g ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kseitz@sourceware.org	2008-03-03 23:25:03

Modified files:
	gdb/gdbtk      : ChangeLog 
	gdb/gdbtk/generic: gdbtk-cmds.c gdbtk-hooks.c gdbtk-interp.c 
	                   gdbtk.c 
	gdb/gdbtk/library: download.itb interface.tcl prefs.tcl 
	                   targetselection.itb 

Log message:
	From Dave Murphy  <davem@devkitpro.org>:
	* gdbtk-cmds.c: Guard <sys/ioctl.h> with HAVE_SYS_IOCTL_H.
	* gdbtk-hooks.c: Ditto.
	* gdbtk.c: Ditto.
	* gdbtk-interp.c: Include windows.h under mingw32.
	(gdbtk_start_timer, gdbtk_stop_timer): Remove timer calls under mingw.
	(gdbtk_init): Include windows-specific commands under mingw without
	cygwin path commands.
	* library/download.itb (Download::download_it): Only use ide_cygwin_path
	on cygwin hosts.
	* library/interface.tcl (_open_file): Ditto.
	* library/prefs.tcl (pref_read): Ditto.
	* library/targetselection.itb (TargetSelection::default_port): Default
	to "/dev/com1" under cygwin and "COM1" under mingw.
	(TargetSelection::port_list): Use "/dev/com" under cygwin and
	"COM" under mingw.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.401&r2=1.402
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-cmds.c.diff?cvsroot=src&r1=1.97&r2=1.98
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-hooks.c.diff?cvsroot=src&r1=1.41&r2=1.42
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-interp.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk.c.diff?cvsroot=src&r1=1.45&r2=1.46
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/download.itb.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/interface.tcl.diff?cvsroot=src&r1=1.58&r2=1.59
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/prefs.tcl.diff?cvsroot=src&r1=1.35&r2=1.36
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/targetselection.itb.diff?cvsroot=src&r1=1.21&r2=1.22


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