[PATCH 3/4] ari, btrace: avoid unsigned long long

Pedro Alves palves@redhat.com
Wed Jul 8 13:40:00 GMT 2015


On 07/08/2015 01:54 PM, Markus Metzger wrote:
> Fix the ARI warning about the use of unsigned long long.  We can't use ULONGEST
> as this is defined unsigned long on 32-bit systems.

Hmm, it is?

I'm looking at common/common-types.h and not seeing it.

> Use unsigned long to hold
> the buffer size inside GDB and __u64 when interfacing the kernel.
> 

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list