From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18713 invoked by alias); 9 Jul 2002 06:32:30 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18678 invoked from network); 9 Jul 2002 06:32:28 -0000 Received: from unknown (HELO gw-nl4.philips.com) (212.153.190.6) by sources.redhat.com with SMTP; 9 Jul 2002 06:32:28 -0000 Received: from smtpscan-nl4.philips.com (smtpscan-nl4.philips.com [130.139.36.24]) by gw-nl4.philips.com (Postfix) with ESMTP id 095C444F4F for ; Tue, 9 Jul 2002 08:32:26 +0200 (MET DST) Received: from smtprelay-nl1.philips.com (localhost [127.0.0.1]) by smtpscan-nl4.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id IAA01609 for ; Tue, 9 Jul 2002 08:32:26 +0200 (MET DST) From: rajendra.sisodia@philips.com Received: from ehv501soh.diamond.philips.com (e3soh01.diamond.philips.com [130.139.54.47]) by smtprelay-nl1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id IAA06832 for ; Tue, 9 Jul 2002 08:32:25 +0200 (MET DST) Subject: problen with gdbserver To: gdb@sources.redhat.com Message-ID: Date: Mon, 08 Jul 2002 23:32:00 -0000 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00090.txt.bz2 I am facing problem in doing remote debugging using gdb. When I run gdbserver at the target, it is not waiting for the host to connect. for example when I run target> gdbserver host:port binaryFile I am getting gdb prompt directly. at host when I run gdb and give the following command host> remote target target:port I am getting the message " target:port success" Is there any problem in gdbserver or I am using different binary for gdbserver. Please give me some pointer regarding this (how adn where to get gdbserver binary). I have read the gdb manual and doing exactly what is written there. I am using gdb and gdbserver version 5.0. Can any one help me by replying where exactly is the problem. Thanks in advance.