OSDN Git Service

* i386-linux-nat.c (i386_linux_resume): Use regcache functions
authorUlrich Weigand <uweigand@de.ibm.com>
Sat, 12 May 2007 00:17:05 +0000 (00:17 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Sat, 12 May 2007 00:17:05 +0000 (00:17 +0000)
commit66669ffc29df4da1efd5930cbac48fa1be72515a
tree577933a897bf1d0df7f0c9cc5c5b7c16789558ed
parent0db187629533a46f56f08a5d2474c881120a2811
* i386-linux-nat.c (i386_linux_resume): Use regcache functions
instead of read_register and read_register_pid.

* ia64-linux-nat.c (enable_watchpoints_in_psr): Use REGCACHE
argument instead of PTID.  Use regcache functions instead of
read_register_pid.
(ia64_linux_insert_watchpoint): Update call.
(ia64_linux_stopped_data_address): Use regcache functions
instead of read_register_pid and write_register_pid.
gdb/ChangeLog
gdb/i386-linux-nat.c
gdb/ia64-linux-nat.c