Lines Matching refs:stop_pc

686 	  stop_pc = wait_pc;  in prepare_to_proceed()
730 if (read_pc () == stop_pc && breakpoint_here_p (read_pc ())) in proceed()
1402 stop_pc = read_pc (); in handle_inferior_event()
1404 stop_bpstat = bpstat_stop_status (stop_pc, ecs->ptid, 0); in handle_inferior_event()
1451 stop_pc = read_pc_pid (ecs->ptid); in handle_inferior_event()
1455 stop_bpstat = bpstat_stop_status (stop_pc, ecs->ptid, 0); in handle_inferior_event()
1526 stop_pc = read_pc_pid (ecs->ptid); in handle_inferior_event()
1529 fprintf_unfiltered (gdb_stdlog, "infrun: stop_pc = 0x%s\n", paddr_nz (stop_pc)); in handle_inferior_event()
1577 if (breakpoints_inserted && breakpoint_here_p (stop_pc)) in handle_inferior_event()
1580 if (!breakpoint_thread_match (stop_pc, ecs->ptid)) in handle_inferior_event()
1627 write_pc_pid (stop_pc + 4, ecs->ptid); in handle_inferior_event()
1745 find_pc_partial_function (stop_pc, &ecs->stop_func_name, in handle_inferior_event()
1860 stop_bpstat = bpstat_stop_status (stop_pc, ecs->ptid, in handle_inferior_event()
1965 && stop_pc >= step_range_start && stop_pc < step_range_end in handle_inferior_event()
2250 if (SOLIB_IN_DYNAMIC_LINKER (PIDGET (ecs->ptid), stop_pc)) in handle_inferior_event()
2298 if (stop_pc >= step_range_start && stop_pc < step_range_end) in handle_inferior_event()
2316 && IN_SOLIB_DYNSYM_RESOLVE_CODE (stop_pc) in handle_inferior_event()
2318 && in_solib_dynsym_resolve_code (stop_pc) in handle_inferior_event()
2323 gdbarch_skip_solib_resolver (current_gdbarch, stop_pc); in handle_inferior_event()
2398 real_stop_pc = skip_language_trampoline (stop_pc); in handle_inferior_event()
2400 real_stop_pc = SKIP_TRAMPOLINE_CODE (stop_pc); in handle_inferior_event()
2458 if (IN_SOLIB_RETURN_TRAMPOLINE (stop_pc, ecs->stop_func_name)) in handle_inferior_event()
2461 CORE_ADDR real_stop_pc = SKIP_TRAMPOLINE_CODE (stop_pc); in handle_inferior_event()
2535 ecs->sal = find_pc_line (stop_pc, 0); in handle_inferior_event()
2551 if ((stop_pc == ecs->sal.pc) in handle_inferior_event()
2645 s = find_pc_symtab (stop_pc); in step_into_function()
2684 if (ecs->stop_func_start == stop_pc) in step_into_function()
3076 && step_start_function == find_pc_function (stop_pc)) in normal_stop()
3131 stop_pc = read_pc (); in normal_stop()
3506 CORE_ADDR stop_pc; member
3554 inf_status->stop_pc = stop_pc; in save_inferior_status()
3608 stop_pc = inf_status->stop_pc; in restore_inferior_status()