This is the mail archive of the
gdb-cvs@sources.redhat.com
mailing list for the GDB project.
src/gdb ChangeLog TODO go32-nat.c regcache.c r ...
- From: cagney at sourceware dot cygnus dot com
- To: gdb-cvs at sourceware dot cygnus dot com
- Date: 15 Nov 2001 06:43:12 -0000
- Subject: src/gdb ChangeLog TODO go32-nat.c regcache.c r ...
[Get raw message]
CVSROOT: /cvs/src
Module name: src
Changes by: cagney@sources.redhat.com 2001-11-14 22:43:12
Modified files:
gdb : ChangeLog TODO go32-nat.c regcache.c regcache.h
remote.c
Log message:
* TODO (register_buffer): Delete.
* regcache.c (register_buffer): Make static.
(regcache_collect): New function.
* regcache.h (register_buffer): Delete declaration.
(regcache_collect): Declare.
* remote.c (store_register_using_P): Rewrite using
regcache_collect.
(remote_store_registers): Ditto.
* go32-nat.c (store_register): Ditto.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.1774&r2=1.1775
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/TODO.diff?cvsroot=src&r1=1.93&r2=1.94
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/go32-nat.c.diff?cvsroot=src&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/regcache.c.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/regcache.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.66&r2=1.67