Searched refs:sim_stop (Results 1 - 24 of 24) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-engine.h32 enum sim_stop reason;
54 void sim_engine_get_run_state (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
55 void sim_engine_set_run_state (SIM_DESC sd, enum sim_stop reason, int sigrc);
65 enum sim_stop reason,
H A Dsim-reason.c27 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc)
H A Dsim-stop.c24 /* Generic implementation of sim_stop. */
35 sim_stop (SIM_DESC sd) function
H A Dsim-engine.c31 sim_engine_get_run_state (SIM_DESC sd, enum sim_stop *reason, int *sigrc)
44 sim_engine_set_run_state (SIM_DESC sd, enum sim_stop reason, int sigrc)
59 enum sim_stop reason,
H A Dnrun.c43 if (! sim_stop (sd))
56 enum sim_stop reason;
H A Drun.c76 if (! sim_stop (sd))
100 enum sim_stop reason;
H A Dsim-io.c318 sim_stop (sd);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/gdb/
H A Dremote-sim.h241 int sim_stop (SIM_DESC sd);
251 user via a sim_stop request (SIGINT); a breakpoint instruction
266 enum sim_stop { sim_running, sim_polling, sim_exited, sim_stopped, sim_signalled }; enum
268 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/gdb/
H A Dremote-sim.h243 int sim_stop (SIM_DESC sd);
253 user via a sim_stop request (SIGINT); a breakpoint instruction
268 enum sim_stop { sim_running, sim_polling, sim_exited, sim_stopped, sim_signalled }; enum
270 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dsim_calls.c193 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc)
228 sim_stop (SIM_DESC sd) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/rx/
H A Dgdb-if.c648 static enum sim_stop reason;
794 sim_stop (SIM_DESC sd) function
802 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason_p, int *sigrc_p)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dgdb-if.c522 static enum sim_stop reason;
637 sim_stop (SIM_DESC sd) function
645 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason_p, int *sigrc_p)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/arm/
H A Dwrapper.c202 sim_stop (sd) function
901 enum sim_stop *reason;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/microblaze/
H A Dinterp.c793 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc)
809 sim_stop (SIM_DESC sd) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/d10v/
H A Dinterp.c942 sim_stop (sd) function
962 sim_stop (sd);
1262 enum sim_stop *reason;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/avr/
H A Dinterp.c55 static enum sim_stop cpu_exception;
1756 sim_stop_reason (SIM_DESC sd, enum sim_stop * reason, int *sigrc)
1763 sim_stop (SIM_DESC sd) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cr16/
H A Dinterp.c1139 sim_stop (sd) function
1161 sim_stop (sd);
1401 enum sim_stop *reason;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/erc32/
H A Dinterf.c381 enum sim_stop * reason;
H A Derc32.c479 sim_stop(SIM_DESC sd) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dremote-sim.c906 if (!sim_stop (sim_data->gdbsim_desc))
977 enum sim_stop reason = sim_running;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/moxie/
H A Dinterp.c1123 enum sim_stop * reason;
1140 sim_stop (sd) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh/
H A Dinterp.c1950 sim_stop (sd) function
2068 sim_stop (sd);
2550 enum sim_stop *reason;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mcore/
H A Dinterp.c1816 enum sim_stop * reason;
1833 sim_stop (sd) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/h8300/
H A Dcompile.c1871 sim_stop (SIM_DESC sd) function
1914 enum sim_stop reason;
4800 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc)

Completed in 216 milliseconds