Tom, I have updated the patch. Thank you, Dmitry On 09/27/2012 07:14 PM, Tom Tromey wrote: >>>>>> "Dmitry" == Dmitry Kozlov writes: > Dmitry> +char *unpack_ulongest (char *buff, ULONGEST *result); > > I think you could use the existing strtoulst rather than introducing a > new function. > > Tom