Searched refs:SIM_SIGINT (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-signal.c | 52 case SIM_SIGINT : in sim_signal_to_host() 108 case SIM_SIGINT : in sim_signal_to_gdb_signal()
|
| D | nrun.c | 156 (sigrc == sim_signal_to_host (sd, SIM_SIGINT))) in main() 184 (sigrc == sim_signal_to_host (sd, SIM_SIGINT))) in main()
|
| D | sim-signal.h | 41 SIM_SIGINT, enumerator
|
| D | sim-stop.c | 34 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGINT); in control_c_simulation()
|
| D | sim-watch.c | 217 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGINT); in handle_watchpoint()
|
| D | ChangeLog-2021 | 6048 (control_c_simulation): Replace SIGINT with SIM_SIGINT. 6050 (handle_watchpoint): Replace SIGINT with SIM_SIGINT. 7474 * cgen-sim.h (sim_signal_type): Add SIM_SIGINT.
|
| /netbsd/src/external/gpl3/gdb/dist/sim/frv/ |
| D | interrupts.c | 440 SIM_SIGINT); in frv_detect_insn_access_interrupts() 1217 sim_engine_halt (sd, current_cpu, NULL, new_pc, sim_stopped, SIM_SIGINT); in frv_program_or_software_interrupt()
|