>>296
(gdb) set $i = 0
(gdb) while ($i < 65536)
>if (XTable[$i] != 0)
 >print $i
 >set $i = 0
 >else
 >set $i = $i + 1
 >end
>end