From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17854 invoked by alias); 7 May 2008 19:08:40 -0000 Received: (qmail 17846 invoked by uid 22791); 7 May 2008 19:08:40 -0000 X-Spam-Check-By: sourceware.org Received: from mail.eldorado.org.br (HELO mail.eldorado.org.br) (200.168.210.67) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 May 2008 19:08:20 +0000 X-Language-Identified: TRUE Received: from mail.eldorado.org.br ([200.168.210.66]) by mail.eldorado.org.br with Microsoft SMTPSVC(6.0.3790.1830); Wed, 7 May 2008 16:08:16 -0300 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Debug Symbols from GDB Server Date: Wed, 07 May 2008 19:08:00 -0000 Message-ID: From: "Vinicius Nunes Pinto" To: 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/msg00060.txt.bz2 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?=20 Thanks. Vinicius Pinto