Searched refs:sim_engine_halt (Results 1 - 25 of 91) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-stop.c30 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGINT);
H A Dsim-resume.c30 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGTRAP);
H A Dsim-engine.h59 extern void sim_engine_halt
H A Dsim-engine.c55 sim_engine_halt (SIM_DESC sd, function
139 sim_engine_halt (sd, cpu, NULL, cia, sim_stopped, SIM_SIGABRT);
H A Dsim-syscall.c101 sim_engine_halt (sd, cpu, NULL, sim_pc_get (cpu), sim_exited, arg1);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-stop.c34 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGINT);
H A Dsim-syscall.c107 sim_engine_halt (sd, cpu, NULL, sim_pc_get (cpu), sim_exited, arg1);
114 sim_engine_halt (sd, cpu, NULL, sim_pc_get (cpu), sim_signalled, arg2);
H A Dsim-resume.c34 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGTRAP);
H A Dsim-engine.h62 extern void sim_engine_halt
H A Dsim-engine.c60 sim_engine_halt (SIM_DESC sd, function
144 sim_engine_halt (sd, cpu, NULL, cia, sim_stopped, SIM_SIGABRT);
/netbsd-current/external/gpl3/gdb.old/dist/sim/lm32/
H A Dtraps.c36 sim_engine_halt (sd, current_cpu, NULL, cia, sim_stopped, SIM_SIGILL);
53 sim_engine_halt (sd, current_cpu, NULL, pc, sim_stopped, SIM_SIGFPE);
81 sim_engine_halt (sd, current_cpu, NULL, pc, sim_stopped, SIM_SIGFPE);
109 sim_engine_halt (sd, current_cpu, NULL, pc, sim_stopped, SIM_SIGTRAP);
218 sim_engine_halt (sd, cpu, NULL, LM32_EID_DATA_BUS_ERROR * 32,
230 sim_engine_halt (sd, cpu, NULL, LM32_EID_DATA_BUS_ERROR * 32,
/netbsd-current/external/gpl3/gdb/dist/sim/lm32/
H A Dtraps.c40 sim_engine_halt (sd, current_cpu, NULL, cia, sim_stopped, SIM_SIGILL);
57 sim_engine_halt (sd, current_cpu, NULL, pc, sim_stopped, SIM_SIGFPE);
85 sim_engine_halt (sd, current_cpu, NULL, pc, sim_stopped, SIM_SIGFPE);
113 sim_engine_halt (sd, current_cpu, NULL, pc, sim_stopped, SIM_SIGTRAP);
222 sim_engine_halt (sd, cpu, NULL, LM32_EID_DATA_BUS_ERROR * 32,
234 sim_engine_halt (sd, cpu, NULL, LM32_EID_DATA_BUS_ERROR * 32,
/netbsd-current/external/gpl3/gdb/dist/sim/iq2000/
H A Diq2000.c99 sim_engine_halt (CPU_STATE (current_cpu), current_cpu,
139 sim_engine_halt (sd, current_cpu, NULL, pc, sim_stopped, SIM_SIGTRAP);
148 sim_engine_halt (sd, current_cpu, NULL, cia, sim_stopped, SIM_SIGILL);
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32r/
H A Dtraps.c49 sim_engine_halt (sd, current_cpu, NULL, cia, sim_stopped, SIM_SIGILL);
139 sim_engine_halt (sd, current_cpu, NULL, pc,
/netbsd-current/external/gpl3/gdb.old/dist/sim/pru/
H A Dpru.h89 #define RAISE_SIGILL(sd) sim_engine_halt ((sd), NULL, NULL, PC_byteaddr, \
91 #define RAISE_SIGINT(sd) sim_engine_halt ((sd), NULL, NULL, PC_byteaddr, \
/netbsd-current/external/gpl3/gdb/dist/sim/pru/
H A Dpru.h90 #define RAISE_SIGILL(sd) sim_engine_halt ((sd), NULL, NULL, PC_byteaddr, \
92 #define RAISE_SIGINT(sd) sim_engine_halt ((sd), NULL, NULL, PC_byteaddr, \
/netbsd-current/external/gpl3/gdb.old/dist/sim/microblaze/
H A Dinterp.c165 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGTRAP);
170 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_exited, RETREG);
184 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_signalled,
243 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_signalled,
258 sim_engine_halt (sd, NULL, NULL, NULL_CIA,
/netbsd-current/external/gpl3/gdb/dist/sim/microblaze/
H A Dinterp.c169 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGTRAP);
175 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_exited, RETREG);
190 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_signalled,
249 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_signalled,
264 sim_engine_halt (sd, NULL, NULL, NULL_CIA,
/netbsd-current/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dmemory.c134 sim_engine_halt (CPU_STATE (cpu), cpu, NULL, aarch64_get_PC (cpu),
146 sim_engine_halt (CPU_STATE (cpu), cpu, NULL, aarch64_get_PC (cpu),
/netbsd-current/external/gpl3/gdb.old/dist/sim/bpf/
H A Dbpf.c191 sim_engine_halt (sd, current_cpu, NULL, CPU_PC_GET (current_cpu),
200 sim_engine_halt (sd, current_cpu, NULL, CPU_PC_GET (current_cpu),
/netbsd-current/external/gpl3/gdb/dist/sim/bpf/
H A Dbpf.c192 sim_engine_halt (sd, current_cpu, NULL, CPU_PC_GET (current_cpu),
201 sim_engine_halt (sd, current_cpu, NULL, CPU_PC_GET (current_cpu),
/netbsd-current/external/gpl3/gdb/dist/sim/aarch64/
H A Dmemory.c137 sim_engine_halt (CPU_STATE (cpu), cpu, NULL, aarch64_get_PC (cpu),
149 sim_engine_halt (CPU_STATE (cpu), cpu, NULL, aarch64_get_PC (cpu),
/netbsd-current/external/gpl3/gdb.old/dist/sim/m68hc11/
H A Demulos.c121 sim_engine_halt (CPU_STATE (cpu), cpu,
/netbsd-current/external/gpl3/gdb/dist/sim/m68hc11/
H A Demulos.c127 sim_engine_halt (CPU_STATE (cpu), cpu,
/netbsd-current/external/gpl3/gdb.old/dist/sim/iq2000/
H A Diq2000.c119 sim_engine_halt (CPU_STATE (current_cpu), current_cpu,
158 sim_engine_halt (sd, current_cpu, NULL, pc, sim_stopped, SIM_SIGTRAP);
167 sim_engine_halt (sd, current_cpu, NULL, cia, sim_stopped, SIM_SIGILL);

Completed in 286 milliseconds

1234