From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19687 invoked by alias); 7 May 2008 19:11:52 -0000 Received: (qmail 19677 invoked by uid 22791); 7 May 2008 19:11:51 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 May 2008 19:11:26 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id F3F389835A; Wed, 7 May 2008 19:11:24 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id DDFDD98011; Wed, 7 May 2008 19:11:24 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1Jtp2x-00035S-PO; Wed, 07 May 2008 15:11:23 -0400 Date: Wed, 07 May 2008 19:11:00 -0000 From: Daniel Jacobowitz To: Vinicius Nunes Pinto Cc: gdb@sourceware.org Subject: Re: Debug Symbols from GDB Server Message-ID: <20080507191123.GA11849@caradoc.them.org> Mail-Followup-To: Vinicius Nunes Pinto , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00061.txt.bz2 On Wed, May 07, 2008 at 04:08:13PM -0300, Vinicius Nunes Pinto wrote: > I want to debug an application that is running remotely. My problem is > that I don't have a copy of the symbol's file at the client, just on the > host. I am also not able to use the command "remote get targetfile > hostfile". > > Does anyone know how to retrieve the debug symbols (and load the > symbols' tables) from the target by GDB server? Sorry, this is not presently supported. If you want symbols they must be on the host. -- Daniel Jacobowitz CodeSourcery