Home
last modified time | relevance | path

Searched refs:sim_stop_reason (Results 1 – 25 of 31) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dnrun.c153 sim_stop_reason (sd, &reason, &sigrc); in main()
181 sim_stop_reason (sd, &reason, &sigrc); in main()
Dsim-reason.c32 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc) in sim_stop_reason() function
DChangeLog-20212180 * sim-reason.c (sim_stop_reason): Adjust to rename.
2966 * sim-reason.c (sim_stop_reason): Use
3817 (main): Always set REASON and SIGRC using sim_stop_reason.
3975 * run.c (main): Check the sim_stop_reason and only halt simulation
4326 * sim-reason.c (sim_stop_reason): Return host signal numbers
5978 * sim-reason.c (sim_stop_reason): For sim_signalled, return the
6043 * sim-reason.c (sim_stop_reason): Call sim_signal_to_host.
7146 * sim-reason.c (sim_stop_reason): Ditto.
7221 * sim-reason.c: New file. Generic sim_stop_reason.
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dsim_calls.c188 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc) in sim_stop_reason() function
/netbsd/src/external/gpl3/gdb/dist/sim/rl78/
Dgdb-if.c525 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason_p, int *sigrc_p) in sim_stop_reason() function
/netbsd/src/external/gpl3/gdb/dist/sim/microblaze/
DChangeLog-2021303 (sim_stop_reason): Delete.
376 (sim_stop_reason, sim_do_command): Add local cpu variable.
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
Dinterf.c365 sim_stop_reason(SIM_DESC sd, enum sim_stop *reason, int *sigrc) in sim_stop_reason() function
DChangeLog-2021166 (sim_info, sim_stop_reason, flush_windows, sim_do_command): Use
695 (sim_stop_reason): Use TARGET_SIGNAL_*.
1209 * (sim_stop_reason): Define SIGTRAP if _WIN32.
/netbsd/src/external/gpl3/gdb/dist/sim/m32c/
Dgdb-if.c643 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason_p, int *sigrc_p) in sim_stop_reason() function
/netbsd/src/external/gpl3/gdb/dist/sim/d10v/
DChangeLog-2021344 (stop_simulator, sim_stop, sim_stop_reason): Delete.
495 sim_info, sim_set_callbacks, sim_stop_reason, sim_fetch_register,
642 * interp.c (sim_stop_reason): Fix typo.
647 (sim_stop_reason): Use TARGET_SIGNAL_*.
801 (sim_stop_reason): For SIG_D10V_BUS return a SIGBUS / SIGSEGV
1193 * interp.c (sim_stop_reason): Exit status is now in r0, not r2.
1329 (sim_stop_reason): Check stop_simulator returning SIGINT. Clear
1789 * interp.c (sim_stop_reason): Set exit code correctly for stop
/netbsd/src/external/gpl3/gdb/dist/sim/rx/
Dgdb-if.c792 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason_p, int *sigrc_p) in sim_stop_reason() function
/netbsd/src/external/gpl3/gdb/dist/sim/cr16/
DChangeLog-2021328 (stop_simulator, sim_stop, sim_stop_reason): Delete.
541 sim_stop_reason, sim_fetch_register, sim_store_register,
/netbsd/src/external/gpl3/gdb/dist/sim/arm/
Dwrapper.c913 sim_stop_reason (SIM_DESC sd ATTRIBUTE_UNUSED, in sim_stop_reason() function
DChangeLog-2021851 (sim_stop_reason): Use TARGET_SIGNAL_* instead of SIG*.
1579 (sim_stop_reason): If stop_simulator is set, tell gdb
1949 (sim_stop_reason): Determine reason from state->EndCondition.
/netbsd/src/external/gpl3/gdb/dist/sim/mcore/
DChangeLog-2021314 (sim_stop_reason): Delete.
486 sim_trace, sim_stop_reason, sim_stop, sim_info, sim_open,
/netbsd/src/external/gpl3/gdb/dist/sim/avr/
DChangeLog-2021392 (sim_stop_reason, sim_stop, sim_info): Delete.
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dremote-sim.c977 sim_stop_reason (sim_data->gdbsim_desc, &reason, &sigrc); in wait()
/netbsd/src/external/gpl3/gdb/dist/sim/h8300/
DChangeLog-2021401 * compile.c (sim_stop, sim_stop_reason): Delete.
1144 (sim_stop_reason): Add right way to set results, but #if 0 out.
1403 (sim_stop_reason): Renamed from sim_stop_signal.
/netbsd/src/external/gpl3/gdb/dist/sim/moxie/
DChangeLog-2021429 sim_stop_reason, sim_stop, sim_info, sim_load, sim_set_callbacks):
/netbsd/src/external/gpl3/gdb/dist/sim/sh/
DChangeLog-2021419 sim_fetch_register, sim_trace, sim_stop_reason, sim_info,
1493 * sh/interp.c (sim_stop_reason): Catch SIGQUIT and indicate
1787 (sim_stop_reason): Renamed from sim_stop_signal. New arg `reason'.
Dinterp.c2254 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc) in sim_stop_reason() function
/netbsd/src/external/gpl3/gdb/dist/sim/v850/
DChangeLog-20211301 (sim_stop_reason): Delete, replace with sim-reason.
1628 (sim_stop_reason): If signal is SIG_V850_EXIT, inform gdb the
1813 (sim_stop_reason): Gross hacks to get c-torture running.
/netbsd/src/external/gpl3/gdb/dist/sim/mn10300/
DChangeLog-20211310 (sim_set_callbacks,sim_stop_reason,sim_read,sim_load): Likewise.
1450 (sim_stop_reason): If State.exited is nonzero, then indicate that
/netbsd/src/external/gpl3/gdb/dist/sim/m32r/
DChangeLog-20211789 (sim_stop_reason): Deleted.
1838 (sim_stop_reason): Update call to sim_signal_to_host.
/netbsd/src/external/gpl3/gcc/dist/include/
DChangeLog-91031057 (sim_stop_reason): Clarify meaning of sim_signalled.
1391 * remote-sim.h (sim_stop_reason): Clarify sim_signalled SIGRC

12