HomeSort by: relevance | last modified time | path
    Searched defs:sw_breakpoint_pc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbserver/
win32-low.cc 963 CORE_ADDR sw_breakpoint_pc = pc - the_low_target.decr_pc_after_break; local
964 regcache_write_pc (regcache, sw_breakpoint_pc);
linux-low.cc 824 CORE_ADDR sw_breakpoint_pc; local
839 sw_breakpoint_pc = pc - low_decr_pc_after_break ();
894 if (pc != sw_breakpoint_pc)
898 low_set_pc (regcache, sw_breakpoint_pc);
902 pc = sw_breakpoint_pc;
  /src/external/gpl3/gdb/dist/gdbserver/
win32-low.cc 959 CORE_ADDR sw_breakpoint_pc = pc - the_low_target.decr_pc_after_break; local
960 regcache_write_pc (regcache, sw_breakpoint_pc);
linux-low.cc 824 CORE_ADDR sw_breakpoint_pc; local
839 sw_breakpoint_pc = pc - low_decr_pc_after_break ();
894 if (pc != sw_breakpoint_pc)
898 low_set_pc (regcache, sw_breakpoint_pc);
902 pc = sw_breakpoint_pc;

Completed in 39 milliseconds