Searched refs:insert_breakpoints_p (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | sparc-tdep.h | 165 int insert_breakpoints_p);
|
| H A D | wince.c | 811 int insert_breakpoints_p) in wince_software_single_step() argument 817 if (!insert_breakpoints_p) in wince_software_single_step() 952 int insert_breakpoints_p) in wince_software_single_step() argument 956 if (!insert_breakpoints_p) in wince_software_single_step() 999 int insert_breakpoints_p) in wince_software_single_step() argument 1005 if (!insert_breakpoints_p) in wince_software_single_step()
|
| H A D | gdbarch.h | 1211 typedef void (gdbarch_software_single_step_ftype) (enum target_signal sig, int insert_breakpoints_p… 1212 …h_software_single_step (struct gdbarch *gdbarch, enum target_signal sig, int insert_breakpoints_p); 1218 …ne SOFTWARE_SINGLE_STEP(sig, insert_breakpoints_p) (gdbarch_software_single_step (current_gdbarch,… argument
|
| H A D | alpha-tdep.c | 1441 alpha_software_single_step (enum target_signal sig, int insert_breakpoints_p) in alpha_software_single_step() argument 1448 if (insert_breakpoints_p) in alpha_software_single_step()
|
| H A D | sparc-tdep.c | 1040 sparc_software_single_step (enum target_signal sig, int insert_breakpoints_p) in sparc_software_single_step() argument 1046 if (insert_breakpoints_p) in sparc_software_single_step()
|
| H A D | gdbarch.sh | 613 …oid:software_single_step:enum target_signal sig, int insert_breakpoints_p:sig, insert_breakpoints_p
|
| H A D | gdbarch.c | 1562 XSTRING (SOFTWARE_SINGLE_STEP (sig, insert_breakpoints_p))); in gdbarch_dump() 3332 …ch_software_single_step (struct gdbarch *gdbarch, enum target_signal sig, int insert_breakpoints_p) in gdbarch_software_single_step() argument 3338 gdbarch->software_single_step (sig, insert_breakpoints_p); in gdbarch_software_single_step()
|
| H A D | rs6000-tdep.c | 618 int insert_breakpoints_p) in rs6000_software_single_step() argument 628 if (insert_breakpoints_p) in rs6000_software_single_step()
|
| H A D | mips-tdep.c | 2176 mips_software_single_step (enum target_signal sig, int insert_breakpoints_p) in mips_software_single_step() argument 2183 if (insert_breakpoints_p) in mips_software_single_step()
|