Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/gdb/gdb/
H A Dinfrun.c560 if (breakpoint_here_p (read_pc ()) == permanent_breakpoint_here) 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()
1607 stop_pc = read_pc (); in handle_inferior_event()
3007 prev_pc = read_pc (); /* Might have been DECR_AFTER_BREAK */ in keep_going()
[all …]
H A 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()
H A Dmacroscope.c96 sal = find_pc_line (read_pc (), 0); in default_macro_scope()
H A Dinferior.h167 extern CORE_ADDR read_pc (void);
H A Dada-tasks.c727 stop_pc = read_pc (); in switch_to_thread()
755 stop_pc = read_pc (); in task_switch()
H A 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()
H A Dsolib-svr4.c1074 load_addr = (read_pc () in enable_break()
1195 CORE_ADDR pc = read_pc (); in svr4_relocate_main_executable()
H A Dsolib-sunos.c660 CORE_ADDR pc = read_pc (); in sunos_relocate_main_executable()
H A 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()
H A Darch-utils.c219 return read_pc (); in deprecated_init_frame_pc_default()
H A 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()
H A 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()
H A Dthread.c490 stop_pc = read_pc (); in switch_to_thread()
H A 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()
H A Dframe.c409 pc = read_pc (); in frame_pc_unwind()
1381 read_pc ()); in legacy_get_prev_frame()
H A Docd.c227 stop_pc = read_pc (); in ocd_start_remote()
H A Dpa64solib.c551 load_addr = read_pc () - tmp_bfd->start_address; in pa64_solib_create_inferior_hook()
H A Dremote-rdp.c1183 stop_pc = read_pc (); in remote_rdp_open()
H A Drs6000-nat.c537 prev_pc = read_pc (); in exec_one_dummy_insn()
H A Dalpha-tdep.c1452 pc = read_pc (); in alpha_software_single_step()
H A Drs6000-tdep.c349 loc = read_pc (); in rs6000_software_single_step()
1020 pc = read_pc (); in rs6000_pop_frame()
H A Dinfcmd.c957 pc = read_pc (); in until_next_command()
H A Dregcache.c1345 read_pc (void) in read_pc() function
H A Dgdbarch.h246 extern void set_gdbarch_read_pc (struct gdbarch *gdbarch, gdbarch_read_pc_ftype *read_pc);
/freebsd-12.1/contrib/gdb/gdb/config/rs6000/
H A Dtm-rs6000.h81 prev->next ? DEPRECATED_FRAME_SAVED_PC (prev->next) : read_pc ())

12