Searched refs:read_pc (Results 1 – 25 of 36) sorted by relevance
12
539 if (breakpoint_here_p (read_pc ()) == permanent_breakpoint_here) in resume()585 || (!breakpoints_inserted && breakpoint_here_p (read_pc ())))) in resume()608 if (step && breakpoints_inserted && breakpoint_here_p (read_pc ())) in resume()664 if (wait_pc != read_pc ()) in prepare_to_proceed()711 step_start_function = find_pc_function (read_pc ()); in proceed()722 if (read_pc () == stop_pc && breakpoint_here_p (read_pc ())) in proceed()733 && breakpoint_here_p (read_pc () + 4) in proceed()734 && STEP_SKIPS_DELAY (read_pc ())) in proceed()753 if (prepare_to_proceed () && breakpoint_here_p (read_pc ())) in proceed()803 prev_pc = read_pc (); in proceed()[all …]
96 sal = find_pc_line (read_pc (), 0); in default_macro_scope()
167 extern CORE_ADDR read_pc (void);
1861 old_func = find_pc_function (read_pc ()); in finish_tfind_command()1928 set_traceframe_context (read_pc ()); in finish_tfind_command()1944 if (old_func == find_pc_function (read_pc ()) && in finish_tfind_command()2043 pc = read_pc (); /* default is current pc */ in trace_find_pc_command()2525 stepping_frame = (t->address != (read_pc () - DECR_PC_AFTER_BREAK)); in trace_dump_command()
141 gdbarch_read_pc_ftype *read_pc; member1414 (long) current_gdbarch->read_pc); in gdbarch_dump()1922 return gdbarch->read_pc != NULL; in gdbarch_read_pc_p()1929 gdb_assert (gdbarch->read_pc != NULL); in gdbarch_read_pc()1932 return gdbarch->read_pc (ptid); in gdbarch_read_pc()1937 gdbarch_read_pc_ftype read_pc) in set_gdbarch_read_pc() argument1939 gdbarch->read_pc = read_pc; in set_gdbarch_read_pc()
1026 load_addr = (read_pc () in enable_break()1147 CORE_ADDR pc = read_pc (); in svr4_relocate_main_executable()
146 proceed (read_pc (), TARGET_SIGNAL_0, 0); in inf_ptrace_create_inferior()
632 stop_pc = read_pc (); in e7000_start_remote()2079 write_pc (read_pc ()); /* PC is always off by 2 for breakpoints */ in e7000_wait()
466 stop_pc = read_pc (); in switch_to_thread()
491 load_addr = read_pc () - tmp_bfd->start_address; in enable_break()
1588 stop_pc = read_pc (); in common_open()1794 CORE_ADDR pc = read_pc (); in mips_wait()1845 CORE_ADDR pc = read_pc (); in mips_wait()
227 stop_pc = read_pc (); in ocd_start_remote()
553 load_addr = read_pc () - tmp_bfd->start_address; in pa64_solib_create_inferior_hook()
1183 stop_pc = read_pc (); in remote_rdp_open()
544 prev_pc = read_pc (); in exec_one_dummy_insn()
1450 pc = read_pc (); in alpha_software_single_step()
455 pc_addr = read_pc (); in m32r_resume()
420 pc = read_pc (); in frame_pc_unwind()
984 pc = read_pc (); in until_next_command()
1589 CORE_ADDR pc = read_pc (); in get_selected_block()
1116 read_pc (void) in read_pc() function
264 extern void set_gdbarch_read_pc (struct gdbarch *gdbarch, gdbarch_read_pc_ftype *read_pc);
418 F:TARGET_READ_PC:CORE_ADDR:read_pc:ptid_t ptid:ptid
631 loc = read_pc (); in rs6000_software_single_step()
4230 && dbx_link_bpt_addr == read_pc ()) in procfs_wait()