This is the mail archive of the gdb@sources.redhat.com 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]

Should gdb know "short unsigned int"?


Should gdb know "short unsigned int"? I got

(gdb) p (short unsigned int) 10
A parse error in expression, near ` int) 10'.
(gdb) p (unsigned short int) 10
$3 = 10


H.J.


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