From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10309 invoked by alias); 27 Aug 2002 14:37:04 -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 10221 invoked from network); 27 Aug 2002 14:37:02 -0000 Received: from unknown (HELO gauvain.enssat.fr) (192.54.188.6) by sources.redhat.com with SMTP; 27 Aug 2002 14:37:02 -0000 Received: from enssat.fr (yseult1.enssat.etu.univ-rennes1.fr [192.54.188.193]) by gauvain.enssat.fr (8.9.1a/jtpda-5.3.3) with ESMTP id QAA40103 ; Tue, 27 Aug 2002 16:42:28 +0200 (MEST) Message-ID: <3D6B8FCE.4FC38D8A@enssat.fr> Date: Tue, 27 Aug 2002 07:37:00 -0000 From: Squal MIME-Version: 1.0 To: gdb@sources.redhat.com, pmarty@enssat.fr Subject: -symbol gdb option Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00354.txt.bz2 Hi, I'm using gdb to debug programs in a 68010 remote target. The format of the executable file is s-record so, I can't reach the symbol table (s-record format doesn't include this kind of informations). I tried to specify the map file genered by gcc during the compilation like the default symbol file with -s option but the map file format is not gdb compliant. I would like to know which file format can I use to specify a symbol file with -s option to gdb. And if it's possible which file format should I use with the -s option (map or others). Thanks and regards Pascal Marty