Home
last modified time | relevance | path

Searched refs:software_single_step (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdbarch.c153 gdbarch_software_single_step_ftype *software_single_step = nullptr; member
938 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() argument
3340 gdbarch->software_single_step = software_single_step; in set_gdbarch_software_single_step()
Dgdbarch-gen.h764 …re_single_step (struct gdbarch *gdbarch, gdbarch_software_single_step_ftype *software_single_step);
DChangeLog-20054018 Don't set software_single_step and don't call
4023 Don't set software_single_step and don't call
4966 software_single_step.
DChangeLog-20161437 * gdbarch.sh (software_single_step): Change parameter from frame_info
2711 * gdbarch.sh (software_single_step): Change it to return
7678 * gdbarch.sh (software_single_step): Update comments.
8563 * gdbarch.sh (software_single_step): Remove comments.
DChangeLog-20074804 * gdbarch.sh (software_single_step): Remove target macro.
5604 * gdbarch.sh (software_single_step): Replace REGCACHE argument by
8331 * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
8464 * gdbarch.sh (software_single_step): Change the return type
DChangeLog-2012892 * gdbarch.sh (software_single_step): Remove trailing space in
DChangeLog-20041884 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
DChangeLog-20032501 software_single_step to rs6000_software_single_step.
DChangeLog-201713339 * gdbarch.sh (software_single_step): Change return type to
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git120349 gdb: LoongArch: Implement the software_single_step gdbarch method
120360 Implement the software_single_step gdbarch method to decode the current