]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* linux-low.c (usr_store_inferior_registers): Transfer buf in
authorJim Blandy <jimb@codesourcery.com>
Thu, 29 May 2003 19:05:50 +0000 (19:05 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 29 May 2003 19:05:50 +0000 (19:05 +0000)
commit4b105dd2ccdbb0de42b75bc04a70e57a82fbfa12
treef5a16e6645263cebf70f931e10979b0321033c24
parentc4467f82f5e7849d82ce20db3bcac70cf037959e
* linux-low.c (usr_store_inferior_registers): Transfer buf in
PTRACE_XFER_TYPE-sized chunks, not int-sized chunks.  Otherwise,
if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
away part of the register's value.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c