Searched refs:maybe_software_singlestep (Results 1 – 8 of 8) sorted by relevance
96 static bool maybe_software_singlestep (struct gdbarch *gdbarch);2370 maybe_software_singlestep (struct gdbarch *gdbarch) in maybe_software_singlestep() function2842 step = maybe_software_singlestep (gdbarch); in resume_1()2861 step = maybe_software_singlestep (gdbarch); in resume_1()
2494 (resume): Likewise. Do not call maybe_software_singlestep2496 (maybe_software_singlestep): Do not handle displaced stepping.4277 (maybe_software_singlestep): Return 0 if we're using displaced10414 * infrun.c (maybe_software_singlestep): New function.10415 (resume): Call maybe_software_singlestep.
10512 * infrun.c (maybe_software_singlestep): Declare.10513 (displaced_step_fixup): Call maybe_software_singlestep.
2714 * infrun.c (maybe_software_singlestep): Adjust.
3557 * infrun.c (maybe_software_singlestep): Add check code.
2476 (maybe_software_singlestep): Remove references to removed globals.
3369 (maybe_software_singlestep): Likewise.
181271 Remove unused parameter in maybe_software_singlestep181273 maybe_software_singlestep is never used. This path removes181280 * infrun.c (maybe_software_singlestep): Remove unused PC181282 (resume_1): Update calls to maybe_software_singlestep.