From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31347 invoked by alias); 6 May 2008 21:21:47 -0000 Received: (qmail 31339 invoked by uid 22791); 6 May 2008 21:21:47 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 May 2008 21:21:29 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id E4ADE3BFF5; Tue, 6 May 2008 14:21:27 -0700 (PDT) Subject: Re: Codeview format From: Michael Snyder To: Vinicius Nunes Pinto Cc: gdb@sourceware.org In-Reply-To: References: Content-Type: text/plain Date: Tue, 06 May 2008 21:21:00 -0000 Message-Id: <1210108887.4615.452.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) 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: 2008-05/txt/msg00049.txt.bz2 On Tue, 2008-05-06 at 17:54 -0300, Vinicius Nunes Pinto wrote: > Hello everyone. > > I am new on the GDB world, and I want to debug an application with debug > information in Codeview format(5.0 - NB11). > Is it possible to do that using GDB? Pretty much not. No bfd reader has ever been implemented for Microsoft's debug format (to my knowledge). You might be able to find a translator from Codeview to dwarf or stabs or something...