Searched refs:insert_breakpoints_p (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | sparc-tdep.h | 165 int insert_breakpoints_p);
|
| H A D | wince.c | 816 int insert_breakpoints_p) in wince_software_single_step() argument 822 if (!insert_breakpoints_p) in wince_software_single_step() 957 int insert_breakpoints_p) in wince_software_single_step() argument 961 if (!insert_breakpoints_p) in wince_software_single_step() 1004 int insert_breakpoints_p) in wince_software_single_step() argument 1010 if (!insert_breakpoints_p) in wince_software_single_step()
|
| H A D | alpha-tdep.c | 1443 alpha_software_single_step (enum target_signal sig, int insert_breakpoints_p) in alpha_software_single_step() argument 1450 if (insert_breakpoints_p) in alpha_software_single_step()
|
| H A D | sparc-tdep.c | 1022 sparc_software_single_step (enum target_signal sig, int insert_breakpoints_p) in sparc_software_single_step() argument 1028 if (insert_breakpoints_p) in sparc_software_single_step()
|
| H A D | gdbarch.h | 2044 typedef void (gdbarch_software_single_step_ftype) (enum target_signal sig, int insert_breakpoints_p… 2045 …h_software_single_step (struct gdbarch *gdbarch, enum target_signal sig, int insert_breakpoints_p); 2051 …ne SOFTWARE_SINGLE_STEP(sig, insert_breakpoints_p) (gdbarch_software_single_step (current_gdbarch,… argument
|
| H A D | rs6000-tdep.c | 336 int insert_breakpoints_p) in rs6000_software_single_step() argument 346 if (insert_breakpoints_p) in rs6000_software_single_step()
|
| H A D | gdbarch.c | 2163 XSTRING (SOFTWARE_SINGLE_STEP (sig, insert_breakpoints_p))); in gdbarch_dump() 4955 …ch_software_single_step (struct gdbarch *gdbarch, enum target_signal sig, int insert_breakpoints_p) in gdbarch_software_single_step() argument 4961 gdbarch->software_single_step (sig, insert_breakpoints_p); in gdbarch_software_single_step()
|
| H A D | mips-tdep.c | 1788 mips_software_single_step (enum target_signal sig, int insert_breakpoints_p) in mips_software_single_step() argument 1795 if (insert_breakpoints_p) in mips_software_single_step()
|