From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7977 invoked by alias); 12 Dec 2002 17:10:48 -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 7956 invoked from network); 12 Dec 2002 17:10:45 -0000 Received: from unknown (HELO integraonline.com) (206.163.82.90) by sources.redhat.com with SMTP; 12 Dec 2002 17:10:45 -0000 Received: (qmail 15115 invoked from network); 12 Dec 2002 17:10:42 -0000 Received: from unknown (HELO ?192.168.0.83?) ([64.122.47.50]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 12 Dec 2002 17:10:42 -0000 Subject: remote debugging From: Tim To: insight@sources.redhat.com Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 12 Dec 2002 09:10:00 -0000 Message-Id: <1039713081.1418.14.camel@TIM.DCS> Mime-Version: 1.0 X-SW-Source: 2002-q4/txt/msg00188.txt.bz2 I am trying to debug a remote app using ethernet and not having much luck. I am trying to use a gdbserver which I built with uClibc. I start gdbserver on the remote device as in gdbserver 192.168.0.1:2345 myapp -options After starting Insight I enter the target settings for the remote device and click Ok. 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". Am I doing something wrong? Thanx!