From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26996 invoked by alias); 12 Dec 2002 18:00:57 -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 26833 invoked from network); 12 Dec 2002 18:00:51 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 12 Dec 2002 18:00:51 -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 gBCHZ7P28873 for ; Thu, 12 Dec 2002 12:35:07 -0500 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 gBCI0oD20766; Thu, 12 Dec 2002 13:00:50 -0500 Received: from valrhona.uglyboxes.com (IDENT:+lCbWgQ0yN4xdtFspwQ6UeK6480bjQu7@vpn50-12.rdu.redhat.com [172.16.50.12]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBCI0nY18416; Thu, 12 Dec 2002 13:00:49 -0500 Date: Thu, 12 Dec 2002 10:00:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: Tim cc: insight@sources.redhat.com Subject: Re: remote debugging In-Reply-To: <1039714737.1419.28.camel@TIM.DCS> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q4/txt/msg00191.txt.bz2 On 12 Dec 2002, Tim wrote: > I understand using the open menu option, and that is what I tried. When > 'run' the app after opening the local executable, there is no connection > message on the remote device. What appears to be happening is that > insight is running the application locally and not connecting to the > remote device. That's probably a long-standing bug... :-( It should never try to run locally when cross-debugging. > I'm assuming that I'm doing something wrong and insight is not > attempting to connect to the remote device. I don't think you're doing anything wrong, but let's see if we can't get you going. > I set the target settings to: > Target: Remote/TCP > Hostname: 192.168.0.29 > Port: 2345 > Run Options: Attach To Target > Run Method: Run Program > > when I run a console gdb it will connect, but insigt does not... Any > help is appreciated. Thanx! Couple of bits of info will help us direct the investigation, so: What's the output of "gdb -v" (or "insight -v" if you've got a newer version of insight)? What are the commands you use in the console to get this working? ("file FOO", "break main", "target remote 192.168.0.29:2345", "continue", etc) Keith