Tijs van Bakel a écrit :
>
> tijs(a)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+