Eric Pouech eric.pouech@orange.fr wrote:
Eric Pouech eric.pouech@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?