[Lldb-commits] [lldb] r202738 - "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed.

Greg Clayton gclayton at apple.com
Mon Mar 3 12:40:12 PST 2014


We plan on supporting windows as a platform. So until MSVC supports the 'z' size_t specifier or we find a better work around, this is is how it is going to be.

Greg

On Mar 3, 2014, at 12:33 PM, Joerg Sonnenberger <joerg at britannica.bec.de> wrote:

> On Mon, Mar 03, 2014 at 12:29:34PM -0800, jingham at apple.com wrote:
>> Because it isn't supported on Windows.
> 
> Use a non-braindead printf implementation on it? Sounds certainly better
> than messing up both source and binary code for everyone else.
> 
> Joerg
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits




More information about the lldb-commits mailing list