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...
|