Integer arguments passed to inferior's functions

Jan Kratochvil jan.kratochvil@redhat.com
Sun Oct 30 19:06:00 GMT 2011


On Sun, 30 Oct 2011 19:17:07 +0100, Eli Zaretskii wrote:
> And 1 is an int because it has no l/ll qualifier?

I think so:

(gdb) ptype 1
type = int
(gdb) ptype 1L
type = long
(gdb) ptype 1LL
type = long long


Regards,
Jan



More information about the Gdb mailing list