This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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]

Re: looking for a way to enter in the file name and line # anddisplay the source code on the screen


On Tue, 13 Aug 2002, Keith Seitz wrote:

> 	set srcwins [ManagedWin::find SrcWin]
> 	set firstSrcWin [lindex $srcwins 0]
> 	$firstSrcWin location BROWSE_TAG "foo.c:23"

Whoops. That last line should read:

	$firstSrcWin location BROWSE_TAG [gdb_loc foo.c:23]

Keith



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