Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinfrun.c539 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 …]
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 Dtracepoint.c1861 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()
H A Dgdbarch.c141 gdbarch_read_pc_ftype *read_pc; member
1414 (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() argument
1939 gdbarch->read_pc = read_pc; in set_gdbarch_read_pc()
H A Dsolib-svr4.c1026 load_addr = (read_pc () in enable_break()
1147 CORE_ADDR pc = read_pc (); in svr4_relocate_main_executable()
H A Dinf-ptrace.c146 proceed (read_pc (), TARGET_SIGNAL_0, 0); in inf_ptrace_create_inferior()
H A Dremote-e7000.c632 stop_pc = read_pc (); in e7000_start_remote()
2079 write_pc (read_pc ()); /* PC is always off by 2 for breakpoints */ in e7000_wait()
H A Dthread.c466 stop_pc = read_pc (); in switch_to_thread()
H A Dsolib-aix5.c491 load_addr = read_pc () - tmp_bfd->start_address; in enable_break()
H A Dremote-mips.c1588 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()
H A Docd.c227 stop_pc = read_pc (); in ocd_start_remote()
H A Dpa64solib.c553 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.c544 prev_pc = read_pc (); in exec_one_dummy_insn()
H A Dalpha-tdep.c1450 pc = read_pc (); in alpha_software_single_step()
H A Dremote-m32r-sdi.c455 pc_addr = read_pc (); in m32r_resume()
H A Dframe.c420 pc = read_pc (); in frame_pc_unwind()
H A Dinfcmd.c984 pc = read_pc (); in until_next_command()
H A Dstack.c1589 CORE_ADDR pc = read_pc (); in get_selected_block()
H A Dregcache.c1116 read_pc (void) in read_pc() function
H A Dgdbarch.h264 extern void set_gdbarch_read_pc (struct gdbarch *gdbarch, gdbarch_read_pc_ftype *read_pc);
H A Dgdbarch.sh418 F:TARGET_READ_PC:CORE_ADDR:read_pc:ptid_t ptid:ptid
H A Drs6000-tdep.c631 loc = read_pc (); in rs6000_software_single_step()
H A Dprocfs.c4230 && dbx_link_bpt_addr == read_pc ()) in procfs_wait()

12