tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Debugging a tcc compiled .exe


From: grischka
Subject: Re: [Tinycc-devel] Debugging a tcc compiled .exe
Date: Thu, 25 Nov 2010 13:53:06 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Simon Lehmayr wrote:
Hi,

what debugger can I use to debug tcc compiled .exe files?
Since tcc uses the stabs debug info format gdb should do - but I can't read variable contents using gdb. Breakpoints work. Lauterbach debugger can debug stabs-using exe files, too, but also can't read variable type information.
What is missing here?

Nothing, except maybe that debug info from tinycc is tiny:  Only line
numbers and function addresses.

See also usage of put_stab* in the source.

--- grischka




reply via email to

[Prev in Thread] Current Thread [Next in Thread]