Searched refs:NULL_CIA (Results 1 - 25 of 44) sorted by relevance

12

/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-base.h65 #ifndef NULL_CIA
66 #define NULL_CIA ((sim_cia) 0) macro
H A Dsim-core.c473 0 /*dont-abort*/, NULL, NULL_CIA);
487 sim_cia cia = cpu ? CPU_PC_GET (cpu) : NULL_CIA;
531 0 /*dont-abort*/, NULL, NULL_CIA);
545 sim_cia cia = cpu ? CPU_PC_GET (cpu) : NULL_CIA;
608 sim_engine_abort (sd, NULL, NULL_CIA,
747 0 /*dont-abort*/, NULL, NULL_CIA);
H A Dcgen-run.c154 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGTRAP);
H A Dcgen-trace.c170 trace_prefix (CPU_STATE (cpu), cpu, NULL_CIA, pc, 0, local
176 trace_prefix (CPU_STATE (cpu), cpu, NULL_CIA, pc, TRACE_LINENUM_P (cpu), local
H A Dsim-watch.c205 sim_engine_abort (sd, NULL, NULL_CIA,
227 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGINT);
/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-resume.c34 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGTRAP);
H A Dsim-base.h58 #ifndef NULL_CIA
59 #define NULL_CIA ((sim_cia) 0) macro
H A Dsim-core.c537 0 /*dont-abort*/, NULL, NULL_CIA);
551 sim_cia cia = cpu ? CPU_PC_GET (cpu) : NULL_CIA;
595 0 /*dont-abort*/, NULL, NULL_CIA);
609 sim_cia cia = cpu ? CPU_PC_GET (cpu) : NULL_CIA;
672 sim_engine_abort (sd, NULL, NULL_CIA,
811 0 /*dont-abort*/, NULL, NULL_CIA);
H A Dcgen-run.c179 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGTRAP);
H A Dsim-watch.c197 sim_engine_abort (sd, NULL, NULL_CIA,
219 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGINT);
H A Dcgen-trace.c178 trace_prefix (CPU_STATE (cpu), cpu, NULL_CIA, pc, 0, local
184 trace_prefix (CPU_STATE (cpu), cpu, NULL_CIA, pc, TRACE_LINENUM_P (cpu), local
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dmicromipsrun.c73 return NULL_CIA;
117 nia = NULL_CIA;
H A Dinterp.c1257 sim_engine_halt (SD, CPU, NULL, NULL_CIA, sim_exited,
1763 sim_engine_restart (SD, CPU, NULL, NULL_CIA);
1801 sim_engine_restart (sd, NULL, NULL, NULL_CIA);
1932 sim_engine_abort (SD, CPU, NULL_CIA,
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dmicromipsrun.c76 return NULL_CIA;
121 nia = NULL_CIA;
/netbsd-current/external/gpl3/gdb.old/dist/sim/v850/
H A Dinterp.c68 sim_engine_restart (sd, NULL, NULL, NULL_CIA);
101 sim_engine_restart (sd, NULL, NULL, NULL_CIA);
153 sim_engine_abort (sd, NULL, NULL_CIA,
158 sim_engine_restart (sd, NULL, NULL, NULL_CIA);
162 sim_engine_abort (sd, NULL, NULL_CIA,
/netbsd-current/external/gpl3/gdb/dist/sim/v850/
H A Dinterp.c64 sim_engine_restart (sd, NULL, NULL, NULL_CIA);
97 sim_engine_restart (sd, NULL, NULL, NULL_CIA);
149 sim_engine_abort (sd, NULL, NULL_CIA,
154 sim_engine_restart (sd, NULL, NULL, NULL_CIA);
158 sim_engine_abort (sd, NULL, NULL_CIA,
/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/m68hc11/
H A Demulos.c122 NULL, NULL_CIA, sim_exited, local
/netbsd-current/external/gpl3/gdb/dist/sim/m68hc11/
H A Demulos.c128 NULL, NULL_CIA, sim_exited, local
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Dsim-if.c827 if (sim_core_write_buffer (sd, NULL, NULL_CIA, buf, addr_, 4) != 4)\
839 if (sim_core_write_buffer (sd, NULL, NULL_CIA, prog_argv[i], epp,
855 if (sim_core_write_buffer (sd, NULL, NULL_CIA, my_environ[i], epp,
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Dsim-if.c833 if (sim_core_write_buffer (sd, NULL, NULL_CIA, buf, addr_, 4) != 4)\
845 if (sim_core_write_buffer (sd, NULL, NULL_CIA, prog_argv[i], epp,
861 if (sim_core_write_buffer (sd, NULL, NULL_CIA, environ[i], epp, strln)

Completed in 244 milliseconds

12