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

Eric Pouech eric.pouech at orange.fr
Fri Mar 19 15:16:37 CDT 2010


Juan Lang a écrit :
>> 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
>>     
>
> This isn't a meaningful measurement.  A %d may be used in a trace
> after unpacking elements out of a flags/item combination, while a %x
> would be used in e.g. a relay trace.
> --Juan
>
>
>   
my point is just saying that 2/3 of the information put in traces is in 
decimal
which is a measurement of what is expected as format for integral values
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