src/gdb/gdbserver ChangeLog linux-low.c
jimb@sources.redhat.com
jimb@sources.redhat.com
Thu May 29 06:20:00 GMT 2003
CVSROOT: /cvs/src
Module name: src
Branch: jimb-ppc64-linux-20030528-branch
Changes by: jimb@sourceware.org 2003-05-29 06:20:49
Modified files:
gdb/gdbserver : ChangeLog linux-low.c
Log message:
* 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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&only_with_tag=jimb-ppc64-linux-20030528-branch&r1=1.9&r2=1.9.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-low.c.diff?cvsroot=src&only_with_tag=jimb-ppc64-linux-20030528-branch&r1=1.21&r2=1.21.14.1
More information about the Gdb-cvs
mailing list