From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31045 invoked by alias); 10 Jul 2003 15:31:19 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 31031 invoked from network); 10 Jul 2003 15:31:19 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 10 Jul 2003 15:31:19 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h6AFVJH27344 for ; Thu, 10 Jul 2003 11:31:19 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6AFVJI13684; Thu, 10 Jul 2003 11:31:19 -0400 Received: from [150.1.200.14] (vpn50-46.rdu.redhat.com [172.16.50.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6AFVHg28279; Thu, 10 Jul 2003 11:31:18 -0400 Subject: Re: insight5.3 based on cygwin problem From: Keith Seitz To: Ryle_Liu@dlink.com.cn Cc: "insight@sources.redhat.com" In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1057851719.1574.6.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Thu, 10 Jul 2003 15:31:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q3/txt/msg00023.txt.bz2 On Thu, 2003-07-10 at 00:33, Ryle_Liu@dlink.com.cn wrote: > and i need switch insight to another program (IE etc.). then the whole > insight disappear!! multi-ice-gdb-server tell me that: This is a well-known and documented bug in 5.2 and 5.3 -- any version of insight that was released with Tcl/Tk 8.3. The tcl/tk 8.3 merge into sources.redhat.com was botched, and it never worked properly. If you need to use 5.3, see the special instructions at http://sources.redhat.com/insight/cygwin.html on how to revert tcl/tk 8.3 to tcl/tk 8.0. It sounds, however, that you're just using a remote target, so any version will do. I *highly* recommend checking out the 6.0 branch (or getting a snapshot) and testing this new release (which is due officially in a couple of weeks). > another problem is i can't understand insight menu 'File->Source...' > --Choose GDB command file, what meaning of this? When one asks bash to read in a shell script, one is "sourcing" the script. The Source... option reads and executes a GDB command script. For more information on GDB scripting, see the GDB users manual. If you want to view a different file in your project, enter its name in the combo box at the top of the source window (or select it, or search for it in the Function Browser window or type in a function name in the function combo box), etc. I suggest a quick perusal of the online documentation built into Insight. It may be slightly out of date, but simple things like this are certainly documented. You may also view the docs online at http://sources.redhat.com/insight/help. These are a copy of the built-in help files. Keith