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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jingham@sourceware.cygnus.com	00/04/27 09:46:12

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

Log message:
	2000-04-27  James Ingham  <jingham@leda.cygnus.com>
	
	These changes allow Insight to handle the case where there are
	symbols for the source files, but the source files are not in the
	location pointed to by the symbol.
	
	* srctextwin.itb (SrcTextWin::setTabs): Make the "asm" type for
	the source display "S" not "", which is not very clear.
	(SrcTextWin::configWin): ditto.
	(SrcTextWin::FillAssembly): Handle all return values from
	LoadFromCache.
	* (SrcTextWin::LoadFile): Handle "couldn't find file" return from
	LoadFromCache.
	* (SrcTextWin::LoadFromCache): If the source file could not be
	found, return -1 rather than choking.
	Also change "asm" type for source from "" to "S".
	* srctextwin.ith: Change the defaults for the "asm" type from ""
	to "S" for Source display.  This is just cosmetic, but clearer.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/ChangeLog.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/srctextwin.itb.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/srctextwin.ith.diff?cvsroot=src&r1=1.2&r2=1.3


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