From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27189 invoked by alias); 25 Mar 2005 16:25:22 -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 27163 invoked from network); 25 Mar 2005 16:25:18 -0000 Received: from unknown (HELO hotmail.com) (64.4.31.12) by sourceware.org with SMTP; 25 Mar 2005 16:25:18 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 25 Mar 2005 08:25:17 -0800 Message-ID: Received: from 68.112.59.190 by by13fd.bay13.hotmail.msn.com with HTTP; Fri, 25 Mar 2005 16:25:17 GMT X-Originating-Email: [jjosburn@hotmail.com] X-Sender: jjosburn@hotmail.com In-Reply-To: <20050325161239.GA12231@white> From: "james osburn" To: gdb@sources.redhat.com Bcc: Subject: gdbserver question Date: Fri, 25 Mar 2005 16:25:00 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 25 Mar 2005 16:25:17.0838 (UTC) FILETIME=[3B65F2E0:01C53157] X-SW-Source: 2005-03/txt/msg00234.txt.bz2 I am trying to remote debug a program using gdb server and i am having the following problems. first i have started my program on the remote target as follows: gdbserver 192.168.0.10:1234 ./stubs (the name of the executeable is "stubs") i then start gdb on the host side as follows: $> gdb GNU gdb 5.3 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". (gdb) target extended-remote 192.168.0.10:1234 Remote debugging using 192.168.0.10:1234 0x400009c0 in ?? () (gdb) break main No symbol table is loaded. Use the "file" command. what do i need to do? thanks. jim