src/gdb/gdbserver ChangeLog linux-low.c
jimb@sources.redhat.com
jimb@sources.redhat.com
Thu May 29 22:56:00 GMT 2003
CVSROOT: /cvs/src
Module name: src
Changes by: jimb@sourceware.org 2003-05-29 22:56:51
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&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-low.c.diff?cvsroot=src&r1=1.21&r2=1.22
More information about the Gdb-cvs
mailing list