Home
last modified time | relevance | path

Searched refs:read_pc (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-9-stable/contrib/gdb/gdb/
Dinfrun.c560 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 …]
Ddummy-frame.c232 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()
Dmacroscope.c96 sal = find_pc_line (read_pc (), 0); in default_macro_scope()
Dinferior.h167 extern CORE_ADDR read_pc (void);
Dada-tasks.c727 stop_pc = read_pc (); in switch_to_thread()
755 stop_pc = read_pc (); in task_switch()
Dtracepoint.c1867 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()
Dsolib-svr4.c1074 load_addr = (read_pc () in enable_break()
1195 CORE_ADDR pc = read_pc (); in svr4_relocate_main_executable()
Dsolib-sunos.c660 CORE_ADDR pc = read_pc (); in sunos_relocate_main_executable()
Dgdbarch.c129 gdbarch_read_pc_ftype *read_pc; member
2352 (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() argument
2690 gdbarch->read_pc = read_pc; in set_gdbarch_read_pc()
Darch-utils.c219 return read_pc (); in deprecated_init_frame_pc_default()
Dremote-e7000.c631 stop_pc = read_pc (); in e7000_start_remote()
2078 write_pc (read_pc ()); /* PC is always off by 2 for breakpoints */ in e7000_wait()
Dremote-mips.c1590 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()
Dthread.c490 stop_pc = read_pc (); in switch_to_thread()
Dstack.c1661 CORE_ADDR pc = read_pc (); in get_selected_block()
1979 if (DEPRECATED_CALL_DUMMY_HAS_COMPLETED (read_pc(), read_sp (), in return_command()
Dframe.c408 pc = read_pc (); in frame_pc_unwind()
1380 read_pc ()); in legacy_get_prev_frame()
Docd.c227 stop_pc = read_pc (); in ocd_start_remote()
Dpa64solib.c551 load_addr = read_pc () - tmp_bfd->start_address; in pa64_solib_create_inferior_hook()
Dremote-rdp.c1183 stop_pc = read_pc (); in remote_rdp_open()
Drs6000-nat.c537 prev_pc = read_pc (); in exec_one_dummy_insn()
Dalpha-tdep.c1452 pc = read_pc (); in alpha_software_single_step()
Drs6000-tdep.c349 loc = read_pc (); in rs6000_software_single_step()
1020 pc = read_pc (); in rs6000_pop_frame()
Dinfcmd.c957 pc = read_pc (); in until_next_command()
Dregcache.c1345 read_pc (void) in read_pc() function
Dgdbarch.h246 extern void set_gdbarch_read_pc (struct gdbarch *gdbarch, gdbarch_read_pc_ftype *read_pc);
/freebsd-9-stable/contrib/gdb/gdb/config/rs6000/
Dtm-rs6000.h81 prev->next ? DEPRECATED_FRAME_SAVED_PC (prev->next) : read_pc ())

12