* rs6000-tdep.c (rs6000_software_single_step): Use
authorKevin Buettner <kevinb@redhat.com>
Tue, 9 Apr 2002 01:41:46 +0000 (01:41 +0000)
committerKevin Buettner <kevinb@redhat.com>
Tue, 9 Apr 2002 01:41:46 +0000 (01:41 +0000)
commit7c40d5414cfaca09efd0a0249382bbff738b034a
tree11d4191a3bc0428709197fd9129b8cdf9bc0152c
parentcc9836a8aaec1ed1bf4cb5dce7158eb4c1fcc940
* rs6000-tdep.c (rs6000_software_single_step): Use
rs6000_breakpoint_from_pc() to fetch breakpoint instruction
and size.  Use target_insert_breakpoint() and
target_remove_breakpoint() to insert and remove breakpoints
instead of explicit memory reads and writes.
gdb/ChangeLog
gdb/rs6000-tdep.c