2001-05-10 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 10 May 2001 19:00:35 +0000 (19:00 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 10 May 2001 19:00:35 +0000 (19:00 +0000)
commit30559e10c32af025c3daf878c5ac7b6afe799ac3
tree78bc3e343ea59b76c656159e7bd7fa0a8f207857
parent0a1d97917618bfff579f95a7842d0574f76233fa
2001-05-10  Michael Snyder  <msnyder@redhat.com>

* remote.c (bin2hex, hex2bin): New functions.  Factor out these
two conversions which are coded for repeatedly in this module.
(remote_threads_extra_info, remote_wait, remote_async_wait,
store_register_using_P, remote_store_registers, remote_write_bytes,
remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
of coding the conversions inline.
(fromhex): Not exported, change from extern to static.
gdb/ChangeLog
gdb/remote.c