HomeSort by: relevance | last modified time | path
    Searched defs:SIM_SIGILL (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/common/
sim-signal.h 31 SIM_SIGILL,
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-signal.h 31 SIM_SIGILL,
  /src/external/gpl3/gdb/dist/sim/m68hc11/
m68hc11_sim.c 1005 SIM_SIGILL);
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
m68hc11_sim.c 1005 SIM_SIGILL);
  /src/external/gpl3/gdb/dist/sim/avr/
interp.c 1506 sim_engine_halt (CPU_STATE (cpu), cpu, NULL, avr_cpu->pc, sim_signalled, SIM_SIGILL);
1509 sim_engine_halt (CPU_STATE (cpu), cpu, NULL, avr_cpu->pc, sim_signalled, SIM_SIGILL);
  /src/external/gpl3/gdb.old/dist/sim/avr/
interp.c 1506 sim_engine_halt (CPU_STATE (cpu), cpu, NULL, avr_cpu->pc, sim_signalled, SIM_SIGILL);
1509 sim_engine_halt (CPU_STATE (cpu), cpu, NULL, avr_cpu->pc, sim_signalled, SIM_SIGILL);
  /src/external/gpl3/gdb/dist/sim/cris/
traps.c 1068 sim_engine_halt (sd, current_cpu, NULL, cia, sim_stopped, SIM_SIGILL);
1312 ? SIM_SIGABRT : SIM_SIGILL);
1330 NULL, pc, sim_stopped, SIM_SIGILL);
1351 sim_stopped, SIM_SIGILL);
1399 sim_engine_halt (sd, current_cpu, NULL, pc, sim_stopped, SIM_SIGILL);
2271 sim_engine_halt (sd, current_cpu, NULL, pc, sim_stopped, SIM_SIGILL);
2366 SIM_SIGILL);
2618 SIM_SIGILL);
3029 SIM_SIGILL);
3221 NULL, sim_pc_get (cpu), sim_stopped, SIM_SIGILL);
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/cris/
traps.c 1068 sim_engine_halt (sd, current_cpu, NULL, cia, sim_stopped, SIM_SIGILL);
1312 ? SIM_SIGABRT : SIM_SIGILL);
1330 NULL, pc, sim_stopped, SIM_SIGILL);
1351 sim_stopped, SIM_SIGILL);
1399 sim_engine_halt (sd, current_cpu, NULL, pc, sim_stopped, SIM_SIGILL);
2271 sim_engine_halt (sd, current_cpu, NULL, pc, sim_stopped, SIM_SIGILL);
2366 SIM_SIGILL);
2618 SIM_SIGILL);
3029 SIM_SIGILL);
3221 NULL, sim_pc_get (cpu), sim_stopped, SIM_SIGILL);
    [all...]

Completed in 38 milliseconds