Home
last modified time | relevance | path

Searched refs:sw_breakpoint_pc (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc774 CORE_ADDR sw_breakpoint_pc; in save_stop_reason() local
784 sw_breakpoint_pc = pc - low_decr_pc_after_break (); in save_stop_reason()
837 if ((!lwp->stepping || lwp->stop_pc == sw_breakpoint_pc) in save_stop_reason()
838 && low_breakpoint_at (sw_breakpoint_pc)) in save_stop_reason()
859 if (pc != sw_breakpoint_pc) in save_stop_reason()
863 low_set_pc (regcache, sw_breakpoint_pc); in save_stop_reason()
867 pc = sw_breakpoint_pc; in save_stop_reason()
H A Dwin32-low.cc1397 CORE_ADDR sw_breakpoint_pc = pc - the_low_target.decr_pc_after_break; in maybe_adjust_pc() local
1398 regcache_write_pc (regcache, sw_breakpoint_pc); in maybe_adjust_pc()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.cc774 CORE_ADDR sw_breakpoint_pc; in save_stop_reason() local
784 sw_breakpoint_pc = pc - low_decr_pc_after_break (); in save_stop_reason()
837 if ((!lwp->stepping || lwp->stop_pc == sw_breakpoint_pc) in save_stop_reason()
838 && low_breakpoint_at (sw_breakpoint_pc)) in save_stop_reason()
859 if (pc != sw_breakpoint_pc) in save_stop_reason()
863 low_set_pc (regcache, sw_breakpoint_pc); in save_stop_reason()
867 pc = sw_breakpoint_pc; in save_stop_reason()
H A Dwin32-low.cc1397 CORE_ADDR sw_breakpoint_pc = pc - the_low_target.decr_pc_after_break; in maybe_adjust_pc() local
1398 regcache_write_pc (regcache, sw_breakpoint_pc); in maybe_adjust_pc()