[RFC] convert a host address to a string

Joel Brobecker brobecker@adacore.com
Thu Jan 8 13:42:00 GMT 2009


> Please be aware that %llx isn't valid for x86_64 windows (as it isn't for 
> 32-bit standard). The options 'I' or 'I64' have to be used for those 
> targets (at least for _WIN64).

Can you be a little more specific?

I just checked the config.h file generated by configure on
x86_64-windows, and I found this:

    /* Define to 1 if the "%ll" format works to print long longs. */
    #define PRINTF_HAS_LONG_LONG 1

If this is wrong, we have yet another problem.

-- 
Joel



More information about the Gdb-patches mailing list