From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10220 invoked by alias); 15 May 2012 09:37:24 -0000 Received: (qmail 10189 invoked by uid 22791); 15 May 2012 09:37:23 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from mailrelay1.ispfr.net (HELO mailrelay1.ispfr.net) (94.247.177.232) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 May 2012 09:37:09 +0000 Received: from localhost (localhost [127.0.0.1]) by mailrelay1.ispfr.net (Postfix) with ESMTP id 6A569D805C0 for ; Tue, 15 May 2012 11:37:07 +0200 (CEST) Received: from mailrelay1.ispfr.net ([127.0.0.1]) by localhost (mailrelay1.ispfr.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id VIsW61Bt1BuF for ; Tue, 15 May 2012 11:36:36 +0200 (CEST) Received: from smtp1.ispfr.net (smtp1.ispfr.net [195.114.18.135]) by mailrelay1.ispfr.net (Postfix) with ESMTP id C9341D8063E for ; Tue, 15 May 2012 11:36:36 +0200 (CEST) Received: by smtp1.ispfr.net (Postfix, from userid 500) id 9A45E468191; Tue, 15 May 2012 11:36:37 +0200 (CEST) Received: from smtp1.ispfr.net (smtp1.ispfr.net [195.114.18.135]) by smtp1.ispfr.net (Postfix) with ESMTP id 940872E2265 for ; Tue, 15 May 2012 11:36:37 +0200 (CEST) Received: (qmail 17562 invoked by uid 89); 15 May 2012 09:36:36 -0000 Received: from webmail.addinggroup.com (HELO ?192.168.9.112?) (olivier@obones.com@92.103.76.238) by smtp1.ispfr.net with ESMTPA; 15 May 2012 09:36:36 -0000 Message-ID: <4FB223A4.5060104@free.fr> Date: Tue, 15 May 2012 09:37:00 -0000 From: OBones User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120429 Firefox/12.0 SeaMonkey/2.9.1 MIME-Version: 1.0 To: Jonas Maebe CC: gdb@sourceware.org Subject: Re: Using gdb with a Delphi XE2 project References: <4FB2190B.2020408@free.fr> <20120515112139.Horde.wuqbbUisJlFPsiAj8wLB51A@mail.elis.ugent.be> In-Reply-To: <20120515112139.Horde.wuqbbUisJlFPsiAj8wLB51A@mail.elis.ugent.be> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2012-05/txt/msg00067.txt.bz2 Jonas Maebe wrote: > > OBones wrote on Tue, 15 May 2012: > >> Under Windows, I'm trying to debug with gdb an exe file created with >> Delphi XE2 >> However, I can't find which options I should set for the >> compiler/linker in order for gdb to find the symbols and allow >> debugging as right now, I always get this message: >> >> Reading symbols from C:\Some\Dir\MyProgram.exe...(no debugging >> symbols found)...done. >> >> Does anyone have any suggestion? > > Delphi can only generate debug info in the TD32 format, which is not > supported by gdb. > Thanks, that is crystal clear, I'll have to work around this one way or another, back to the drawing board.