This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] convert a host address to a string


> From: Kai Tietz <Kai.Tietz@onevision.com>
> Date: Thu, 8 Jan 2009 14:35:11 +0100
> 
> 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).

Are you serious?  Wow, that's unbelievable.  %llx is defined by ISO
C99, and you're saying that even the 64-bit editions of Windows that
were introduced several years after the standard was ratified (and
almost a decade after the first drafts were circulated) don't
implement that bit of the standard?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]