Searched refs:SIM_OPEN_DEBUG (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-hload.c52 STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG,
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-hload.c52 STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG,
/netbsd-current/external/gpl3/binutils.old/dist/include/sim/
H A Dsim.h51 SIM_OPEN_DEBUG /* simulator used by debugger (gdb) */ enumerator in enum:__anon1186
/netbsd-current/external/gpl3/binutils/dist/include/sim/
H A Dsim.h41 SIM_OPEN_DEBUG /* simulator used by debugger (gdb) */ enumerator in enum:__anon1177
/netbsd-current/external/gpl3/gdb/dist/include/sim/
H A Dsim.h41 SIM_OPEN_DEBUG /* simulator used by debugger (gdb) */ enumerator in enum:__anon1177
/netbsd-current/external/gpl3/gdb.old/dist/include/sim/
H A Dsim.h44 SIM_OPEN_DEBUG /* simulator used by debugger (gdb) */ enumerator in enum:__anon3431
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dinterp.c781 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
798 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
821 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
839 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
864 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
879 else if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
H A Ddv-bfin_cec.c361 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
366 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dinterp.c778 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
795 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
818 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
836 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
861 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
876 else if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
H A Ddv-bfin_cec.c361 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
366 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dgdb-if.c76 about KIND; it's always SIM_OPEN_DEBUG. */
77 if (kind != SIM_OPEN_DEBUG)
78 fprintf (stderr, "rl78 minisim: sim_open KIND != SIM_OPEN_DEBUG: %d\n",
/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dgdb-if.c76 about KIND; it's always SIM_OPEN_DEBUG. */
77 if (kind != SIM_OPEN_DEBUG)
78 fprintf (stderr, "rl78 minisim: sim_open KIND != SIM_OPEN_DEBUG: %d\n",
/netbsd-current/external/gpl3/gdb/dist/sim/rx/
H A Dgdb-if.c72 about KIND; it's always SIM_OPEN_DEBUG. */
73 if (kind != SIM_OPEN_DEBUG)
74 fprintf (stderr, "rx minisim: sim_open KIND != SIM_OPEN_DEBUG: %d\n",
/netbsd-current/external/gpl3/gdb/dist/sim/m32c/
H A Dgdb-if.c73 about KIND; it's always SIM_OPEN_DEBUG. */
74 if (kind != SIM_OPEN_DEBUG)
75 fprintf (stderr, "m32c minisim: sim_open KIND != SIM_OPEN_DEBUG: %d\n",
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32c/
H A Dgdb-if.c73 about KIND; it's always SIM_OPEN_DEBUG. */
74 if (kind != SIM_OPEN_DEBUG)
75 fprintf (stderr, "m32c minisim: sim_open KIND != SIM_OPEN_DEBUG: %d\n",
/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Dgdb-if.c71 about KIND; it's always SIM_OPEN_DEBUG. */
72 if (kind != SIM_OPEN_DEBUG)
73 fprintf (stderr, "rx minisim: sim_open KIND != SIM_OPEN_DEBUG: %d\n",
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dremote-sim.c218 sim_desc = sim_open (SIM_OPEN_DEBUG, &gdb_callback,
744 gdbsim_desc = sim_open (SIM_OPEN_DEBUG, &gdb_callback,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote-sim.c218 sim_desc = sim_open (SIM_OPEN_DEBUG, &gdb_callback,
744 gdbsim_desc = sim_open (SIM_OPEN_DEBUG, &gdb_callback,
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Dsim-if.c241 bfd_boolean verbose = STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG;
/netbsd-current/external/gpl3/gdb/dist/sim/m68hc11/
H A Dm68hc11_sim.c834 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Dsim-if.c241 bfd_boolean verbose = STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG;
/netbsd-current/external/gpl3/gdb.old/dist/sim/m68hc11/
H A Dm68hc11_sim.c823 if (STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG)
/netbsd-current/external/gpl3/gdb/dist/sim/msp430/
H A Dmsp430-sim.c1070 if (PC == msp430_cpu->cio_breakpoint && STATE_OPEN_KIND (sd) != SIM_OPEN_DEBUG)
/netbsd-current/external/gpl3/gdb.old/dist/sim/msp430/
H A Dmsp430-sim.c1069 && STATE_OPEN_KIND (sd) != SIM_OPEN_DEBUG)
/netbsd-current/external/gpl3/gdb.old/dist/sim/h8300/
H A Dcompile.c4772 prog_bfd, STATE_OPEN_KIND (sd) == SIM_OPEN_DEBUG,

Completed in 198 milliseconds

12