OSDN Git Service

* inferior.h (read_pc_pid, write_pc_pid): Remove.
authorUlrich Weigand <uweigand@de.ibm.com>
Sun, 4 May 2008 14:12:34 +0000 (14:12 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Sun, 4 May 2008 14:12:34 +0000 (14:12 +0000)
commit8ce4f98b5a7d8460034f1abc1c8ee980e7453933
tree77c0176286956c80d7d0af24a774167e1503cbed
parent473291b4fa4b229ee282d4dd37f8a326ad6cfaf4
* inferior.h (read_pc_pid, write_pc_pid): Remove.
* regcache.h (regcache_read_pc, regcache_write_pc): Add prototypes.

* regcache.c (read_pc_pid): Remove, replace by ...
(regcache_read_pc): ... this function.
(write_pc_pid): Remove, replace by ...
(regcache_write_pc): ... this function.
(read_pc, write_pc): Update.

* infrun.c (displaced_step_prepare): Replace read_pc_pid and
write_pc_pid by regcache_read_pc and regcache_write_pc.
(displaced_step_fixup): Likewise.
(resume): Likewise.  Use regcache arch instead of current_gdbarch.
(prepare_to_proceed): Likewise.
(proceed): Likewise.
(adjust_pc_after_break): Likewise.
(handle_inferior_event): Likewise.

* linux-nat.c (cancel_breakpoint): Likewise.
* linux-thread-db.c (check_event): Likewise.
* aix-thread.c (aix_thread_wait): Likewise.
* tracepoint.c (trace_dump_command): Likewise.
gdb/ChangeLog
gdb/aix-thread.c
gdb/inferior.h
gdb/infrun.c
gdb/linux-nat.c
gdb/linux-thread-db.c
gdb/regcache.c
gdb/regcache.h
gdb/tracepoint.c