Array of short values

Christoph Bartoschek bartoschek@or.uni-bonn.de
Wed Feb 14 15:41:00 GMT 2007


Hi,

is it possible to easily set an array of short as a convenience variable?

set $arr = (short *) {1, 2, 3}

Currently I have to use:

set $arr = (short *) {0x00020001, 0x00000003}

Greetings,
Christoph



More information about the Gdb mailing list