Home
last modified time | relevance | path

Searched refs:SIM_SIGINT (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-signal.c52 case SIM_SIGINT : in sim_signal_to_host()
108 case SIM_SIGINT : in sim_signal_to_gdb_signal()
Dnrun.c156 (sigrc == sim_signal_to_host (sd, SIM_SIGINT))) in main()
184 (sigrc == sim_signal_to_host (sd, SIM_SIGINT))) in main()
Dsim-signal.h41 SIM_SIGINT, enumerator
Dsim-stop.c34 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGINT); in control_c_simulation()
Dsim-watch.c217 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGINT); in handle_watchpoint()
DChangeLog-20216048 (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/
Dinterrupts.c440 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()