Hi Andre,
On Sat, Dec 26, 2015 at 3:53 AM, Andre Vergison via lldb-dev <
lldb-dev@lists.llvm.org> wrote:
> Hi,
>
> I tried Jason Molenda’s test code on El Capitan, lldb-340.4.119 (Jason
> Molenda via lldb-dev | 3 Oct 02:59 2015).
>
> I’m connected to a remote VM using ssh.
>
>
>
> tst$ echo 'int
Hi William,
It looks like just the PRIx64/PRIu64 bits are needed from a visual
inspection. The source variables that are printed from already are 64-bit
always, aren't they? If they're not but they should be, that seems like
the real underlying problem rather than needing to cast.
What kind of
Hi Todd,
The example I put in my last email is one of a few (maybe one more) instances
where the existing code casts to 64-bit and uses PRIu64. When I’m dabbling in
existing code I try to copy the conventions that are already in place, so
that’s why I went this way. I’m happy to change it to