[PATCH] [WineDbg]: allow to specify which format to be used for integers in backtraces

Dmitry Timoshkov dmitry at codeweavers.com
Tue Mar 16 06:21:00 CDT 2010


Eric Pouech <eric.pouech at orange.fr> wrote:

> > Eric Pouech <eric.pouech at orange.fr> wrote:
> >
> > > Gdb uses decimal notation by default for integers, so do we.
> >
> > GDB can use anything their developers think appropriate, my patch
> > to use hex was intended to match Wine's relay traces and win32
> > header constants. This patch will make finding matches impossible
> > again.

> bt /x will do what you want.

How will it help with all those backtraces generated and sent by users
to bugzilla? Or those intermittent crashes which are very hard to reproduce?
Is there any reason to spend any time again if all required information
is already there in appropriate and ready to use/easy to understand format?

-- 
Dmitry.



More information about the wine-devel mailing list