Searched refs:software_single_step (Results 1 – 10 of 10) sorted by relevance
153 gdbarch_software_single_step_ftype *software_single_step = nullptr; member938 host_address_to_string (gdbarch->software_single_step)); in gdbarch_dump()3323 return gdbarch->software_single_step != NULL; in gdbarch_software_single_step_p()3330 gdb_assert (gdbarch->software_single_step != NULL); in gdbarch_software_single_step()3333 return gdbarch->software_single_step (regcache); in gdbarch_software_single_step()3338 gdbarch_software_single_step_ftype software_single_step) in set_gdbarch_software_single_step() argument3340 gdbarch->software_single_step = software_single_step; in set_gdbarch_software_single_step()
764 …re_single_step (struct gdbarch *gdbarch, gdbarch_software_single_step_ftype *software_single_step);
4018 Don't set software_single_step and don't call4023 Don't set software_single_step and don't call4966 software_single_step.
1437 * gdbarch.sh (software_single_step): Change parameter from frame_info2711 * gdbarch.sh (software_single_step): Change it to return7678 * gdbarch.sh (software_single_step): Update comments.8563 * gdbarch.sh (software_single_step): Remove comments.
4804 * gdbarch.sh (software_single_step): Remove target macro.5604 * gdbarch.sh (software_single_step): Replace REGCACHE argument by8331 * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and8464 * gdbarch.sh (software_single_step): Change the return type
892 * gdbarch.sh (software_single_step): Remove trailing space in
1884 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
2501 software_single_step to rs6000_software_single_step.
13339 * gdbarch.sh (software_single_step): Change return type to
120349 gdb: LoongArch: Implement the software_single_step gdbarch method120360 Implement the software_single_step gdbarch method to decode the current