[EMAIL PROTECTED] wrote:
> 
> Ulrich Weigand writes:
> > Hello,
> >
> > To do so, simply replace the debugger/msc.c file with the
> > attached new version.  Please give feedback whether it
> > works for you or not ...
> >
> I'm happy with it.
> 
> Bye the way: can't we process the c++ style symbols to get
> the function prototype?
well, we'll have to have to support C++ mangling for:
MSVC, Borland, GCC (at least), no it might not be so easy (and also including C++ name 
support is not done yet)
> ??_C@_0BB@HMMD@GetOpenFileNameA?$AA@ looks like it has some typeinfo in it. It 
>should also be possible to dump the arguments in the stacktrace with this information.

> Second problem: if the name starts with a '?' the command
> disass ??_C@_0BB@HMMD@GetOpenFileNameA?$AA@
> gives only a parse error.
that shouldn't be too hard to fix, but the identifier definition needs to be revisited

remember, winedbg doesn't support (yet) C++

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

Reply via email to