Searched refs:read_pc (Results 1 – 25 of 27) sorted by relevance
12
560 if (breakpoint_here_p (read_pc ()) == permanent_breakpoint_here) in resume()611 || (!breakpoints_inserted && breakpoint_here_p (read_pc ())))) in resume()634 if (step && breakpoints_inserted && breakpoint_here_p (read_pc ())) in resume()690 if (wait_pc != read_pc ()) in prepare_to_proceed()737 step_start_function = find_pc_function (read_pc ()); in proceed()748 if (read_pc () == stop_pc && breakpoint_here_p (read_pc ())) in proceed()759 && breakpoint_here_p (read_pc () + 4) in proceed()760 && STEP_SKIPS_DELAY (read_pc ())) in proceed()779 if (prepare_to_proceed () && breakpoint_here_p (read_pc ())) in proceed()841 prev_pc = read_pc (); in proceed()[all …]
232 dummy_frame->pc = read_pc (); in generic_push_dummy_frame()376 (*this_id) = frame_id_build (deprecated_read_fp (), read_pc ()); in dummy_frame_this_id()
96 sal = find_pc_line (read_pc (), 0); in default_macro_scope()
167 extern CORE_ADDR read_pc (void);
727 stop_pc = read_pc (); in switch_to_thread()755 stop_pc = read_pc (); in task_switch()
1867 old_func = find_pc_function (read_pc ()); in finish_tfind_command()1934 set_traceframe_context (read_pc ()); in finish_tfind_command()1950 if (old_func == find_pc_function (read_pc ()) && in finish_tfind_command()2051 pc = read_pc (); /* default is current pc */ in trace_find_pc_command()2518 stepping_frame = (t->address != (read_pc () - DECR_PC_AFTER_BREAK)); in trace_dump_command()
1074 load_addr = (read_pc () in enable_break()1195 CORE_ADDR pc = read_pc (); in svr4_relocate_main_executable()
660 CORE_ADDR pc = read_pc (); in sunos_relocate_main_executable()
129 gdbarch_read_pc_ftype *read_pc; member2352 (long) current_gdbarch->read_pc in gdbarch_dump()2673 return gdbarch->read_pc != NULL; in gdbarch_read_pc_p()2680 gdb_assert (gdbarch->read_pc != NULL); in gdbarch_read_pc()2683 return gdbarch->read_pc (ptid); in gdbarch_read_pc()2688 gdbarch_read_pc_ftype read_pc) in set_gdbarch_read_pc() argument2690 gdbarch->read_pc = read_pc; in set_gdbarch_read_pc()
219 return read_pc (); in deprecated_init_frame_pc_default()
631 stop_pc = read_pc (); in e7000_start_remote()2078 write_pc (read_pc ()); /* PC is always off by 2 for breakpoints */ in e7000_wait()
1590 stop_pc = read_pc (); in common_open()1796 CORE_ADDR pc = read_pc (); in mips_wait()1847 CORE_ADDR pc = read_pc (); in mips_wait()
490 stop_pc = read_pc (); in switch_to_thread()
1661 CORE_ADDR pc = read_pc (); in get_selected_block()1979 if (DEPRECATED_CALL_DUMMY_HAS_COMPLETED (read_pc(), read_sp (), in return_command()
408 pc = read_pc (); in frame_pc_unwind()1380 read_pc ()); in legacy_get_prev_frame()
227 stop_pc = read_pc (); in ocd_start_remote()
551 load_addr = read_pc () - tmp_bfd->start_address; in pa64_solib_create_inferior_hook()
1183 stop_pc = read_pc (); in remote_rdp_open()
537 prev_pc = read_pc (); in exec_one_dummy_insn()
1452 pc = read_pc (); in alpha_software_single_step()
349 loc = read_pc (); in rs6000_software_single_step()1020 pc = read_pc (); in rs6000_pop_frame()
957 pc = read_pc (); in until_next_command()
1345 read_pc (void) in read_pc() function
246 extern void set_gdbarch_read_pc (struct gdbarch *gdbarch, gdbarch_read_pc_ftype *read_pc);
81 prev->next ? DEPRECATED_FRAME_SAVED_PC (prev->next) : read_pc ())