This is the mail archive of the
gdb-cvs@sources.redhat.com
mailing list for the GDB project.
src/gdb ChangeLog aix-thread.c
- From: kevinb at sources dot redhat dot com
- To: gdb-cvs at sources dot redhat dot com
- Date: 22 Jul 2002 19:56:07 -0000
- Subject: src/gdb ChangeLog aix-thread.c
CVSROOT: /cvs/src
Module name: src
Changes by: kevinb@sources.redhat.com 2002-07-22 12:56:07
Modified files:
gdb : ChangeLog aix-thread.c
Log message:
* aix-thread.c (ops_prepare_to_store): Eliminate.
(init_ops): Don't initialize ops.prepare_to_store.
(store_regs_kern): Pre-fetch register buffers from child,
because some registers may not be in the cache. Copy
regs from register cache only if they are cached.
(store_regs_lib): Copy regs from register cache only
if they are cached.
(fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
fill_gprs64): Ditto.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.2933&r2=1.2934
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/aix-thread.c.diff?cvsroot=src&r1=1.7&r2=1.8