Uwe Bonnes wrote:
> 
> Hallo,
> 
> http://www.fe.up.pt/~em96115/gnu-win32 is a just-in-time exception
> handler for Mingw32 and MSVC  and comes with a small test-programm
> test.exe. This test program segfault willingly and winedbg tries to
> pull in the stabs information. However it stumbles across the "@"
> symbol.
> 
> The packages both contains the source code for the test
> executable and for the stabs parser. There is a
>     case '@':
>       /* Offset (class & variable) type.  This is used for a pointer
>          relative to an object.  */
> 
> However  I don't understand the debugger and stabs internals enough to
> implement the '@' case for winedbg...
I had a look at it. basically, the test.exe program exhibits the stabs 
for C++. which are not at all supported. I'll send a patch (when I have
fixed a couple of bugs) to make the stabs parser more robust on
stabs constructs it doesn't understand

A+
-- 
---------------
Eric Pouech (http://perso.wanadoo.fr/eric.pouech/)
"The future will be better tomorrow", Vice President Dan Quayle

Reply via email to