kseitz | 4 Mar 2008 00:25
Favicon

src/gdb/gdbtk ChangeLog generic/gdbtk-cmds.c g ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	kseitz <at> 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 <at> 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:
(Continue reading)


Gmane