This is the mail archive of the gdb-cvs@sourceware.cygnus.com 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]

src/gdb/gdbtk/library ChangeLog interface.tcl ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ezannoni@sourceware.cygnus.com	00/03/10 10:53:05

Modified files:
	gdb/gdbtk/library: ChangeLog interface.tcl srcbar.tcl 
	                   srctextwin.itb tclIndex 

Log message:
	2000-03-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
	
	* srcbar.tcl (do_attach): Just call gdbtk_attach_native.
	(do_connect): Replace gdbtk_attach_target call with
	gdbtk_attach_remote call.
	
	* interface.tcl (gdbtk_attach_native): Renamed from do_attach method
	and moved from srcbar.tcl.
	(gdbtk_attach_remote): New proc. Renamed from gdb_attach_target,
	to better distinguish from the native version.
	(run_executable): Change gdbtk_attach_target call into
	gdbtk_attach_remote.
	
	* srctextwin.itb: Add keyboard accelerator for Attach command.
	
	* tclIndex: Rebuild.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/ChangeLog.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/interface.tcl.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/srcbar.tcl.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/srctextwin.itb.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/tclIndex.diff?cvsroot=src&r1=1.1.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]