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 library/srctextwin.itb ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	denis@sourceware.org	2008-12-16 09:07:58

Modified files:
	gdb/gdbtk      : ChangeLog 
	gdb/gdbtk/library: srctextwin.itb srcwin.itb 

Log message:
	- Fix a problem with "File Close" menu that let insight becoming unstable
	and unable to reopen a new binary (Linux and Win32 hosts)
	- Fix a problem with the source window that, once a binary is closed, is
	splitted into 2 part and alway displays the old sources. (Win32 hosts only)
	
	2008-12-16  Denis Pilat  <denis.pilat@st.com>
	on behalf of Nunzio Raciti  <nunzio.raciti@st.com>
	
	* library/srctextwin.itb (_clear_cache): Take care of $p variable that
	could contains ":" for source pane on windows hosts.
	* library/srcwin.itb (choose_and_update): Avoid updating the "source"
	window if target executable name is empty.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.417&r2=1.418
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/srctextwin.itb.diff?cvsroot=src&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/srcwin.itb.diff?cvsroot=src&r1=1.36&r2=1.37


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