From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15780 invoked by alias); 12 Dec 2002 17:29:56 -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 15768 invoked from network); 12 Dec 2002 17:29:51 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 12 Dec 2002 17:29: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 gBCH46P20723 for ; Thu, 12 Dec 2002 12:04:06 -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 gBCHTnD11915; Thu, 12 Dec 2002 12:29:49 -0500 Received: from valrhona.uglyboxes.com (IDENT:8KtB7sBQBaXBMDcyNInaw3QRl0Zd5gks@vpn50-12.rdu.redhat.com [172.16.50.12]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBCHTmY16501; Thu, 12 Dec 2002 12:29:49 -0500 Date: Thu, 12 Dec 2002 09:29: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: <1039713081.1418.14.camel@TIM.DCS> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q4/txt/msg00189.txt.bz2 On 12 Dec 2002, Tim wrote: > Do I need to "Open" the executable in Insight? Once I do it executes > locally and not remotely and the remote app often terminates with an > error "Killing inferior". The Run button will always do whatever it needs (or thinks it needs) to start the application "running" on your target. This includes: 1) opening an executable/debug file 2) gathering target communications information (debug protocol/transport) 3) loading executable into target memory (if needed) 4) "running" the target If you don't "Open" an executable, how is the debugger to know what you are debugging? It still needs debug symbols (or at least minimal symbols from the executable). Keith