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

Eric Pouech eric.pouech at orange.fr
Wed Mar 24 16:15:45 CDT 2010


Dmitry Timoshkov a écrit :
> Eric Pouech <eric.pouech at orange.fr> wrote:
>
>   
>> hmm sounds like most of the code we have in not in sync
>>
>> [eric:~/work/wine-git debug64|(none)]$ grep TRACE dlls/*/*.c | grep 
>> "%[0-9]*d" | wc -l
>> 8767
>> [eric:~/work/wine-git debug64|(none)]$ grep TRACE dlls/*/*.c | grep 
>> "%[0-9]*x" | wc -l
>> 4136
>>     
>
> I specifiacally mentioned relay traces, not every TRACE statement in every
> module.
>
>   
my point was not just to say that most of the information put in current 
TRACE/WARN/FIXME/ERR statements contain more decimal than hexadecimal 
formats
so obviously, not everybody expects hexa all over the place
A+

-- 
Eric Pouech
"The problem with designing something completely foolproof is to underestimate the ingenuity of a complete idiot." (Douglas Adams)






More information about the wine-devel mailing list