winedbg patch to support C++ "class::method" identifiers

Eric Pouech eric.pouech at wanadoo.fr
Tue Mar 19 12:15:25 CST 2002


Tijs van Bakel a écrit :
> 
> tijs at connectux.com (Tijs van Bakel) writes:
> 
> > This one-line patch makes it possible to set breakpoints for C++
> > functions in the Wine debugger.
Two points. First of all, C++ symbols can be in the form A::B::C, and
even ::A::B...
But more important, which symbols do you think will be visible with only
this patch ?
C++ stabs will not be entered as A::B string
I doubt MSC will behave differently
I'd like to know if you really succeeded in setting a bp on a C++ method 

A+



More information about the wine-devel mailing list