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

  /src/external/gpl3/gdb/dist/sim/rx/
rx.c 844 #define EXCEPTION(n) \
849 EXCEPTION (EX_PRIVILEDGED)
858 exception vectors (see rx.ld), but it is a reserved
867 fprintf(stderr, "Unhandled %s exception at pc = %#lx\n",
890 tprintf ("Triggering %s exception\n", exception_info[type].str);
915 EXCEPTION (EX_FLOATING);
1535 EXCEPTION (EX_UNDEFINED);
1552 EXCEPTION (EX_UNDEFINED);
1778 EXCEPTION (EX_UNDEFINED);
2162 EXCEPTION (EX_UNDEFINED)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/rx/
rx.c 844 #define EXCEPTION(n) \
849 EXCEPTION (EX_PRIVILEDGED)
858 exception vectors (see rx.ld), but it is a reserved
867 fprintf(stderr, "Unhandled %s exception at pc = %#lx\n",
890 tprintf ("Triggering %s exception\n", exception_info[type].str);
915 EXCEPTION (EX_FLOATING);
1535 EXCEPTION (EX_UNDEFINED);
1552 EXCEPTION (EX_UNDEFINED);
1778 EXCEPTION (EX_UNDEFINED);
2162 EXCEPTION (EX_UNDEFINED)
    [all...]
  /src/external/gpl3/gdb/dist/sim/d10v/
simops.c 20 #define EXCEPTION(sig) sim_engine_halt (sd, cpu, NULL, PC, sim_stopped, sig)
99 EXCEPTION (SIM_SIGILL);
1326 EXCEPTION (SIM_SIGBUS);
1343 EXCEPTION (SIM_SIGBUS);
1362 EXCEPTION (SIM_SIGBUS);
1381 EXCEPTION (SIM_SIGBUS);
1398 EXCEPTION (SIM_SIGBUS);
1415 EXCEPTION (SIM_SIGBUS);
1432 EXCEPTION (SIM_SIGBUS);
1451 EXCEPTION (SIM_SIGBUS)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/d10v/
simops.c 20 #define EXCEPTION(sig) sim_engine_halt (sd, cpu, NULL, PC, sim_stopped, sig)
99 EXCEPTION (SIM_SIGILL);
1326 EXCEPTION (SIM_SIGBUS);
1343 EXCEPTION (SIM_SIGBUS);
1362 EXCEPTION (SIM_SIGBUS);
1381 EXCEPTION (SIM_SIGBUS);
1398 EXCEPTION (SIM_SIGBUS);
1415 EXCEPTION (SIM_SIGBUS);
1432 EXCEPTION (SIM_SIGBUS);
1451 EXCEPTION (SIM_SIGBUS)
    [all...]
  /src/external/gpl3/gdb/dist/sim/cr16/
simops.c 46 #define EXCEPTION(sig) sim_engine_halt (sd, cpu, NULL, PC, sim_stopped, sig)
184 EXCEPTION (SIM_SIGILL);
1000 EXCEPTION (SIM_SIGBUS);
1027 EXCEPTION (SIM_SIGBUS);
1054 EXCEPTION (SIM_SIGBUS);
1082 EXCEPTION (SIM_SIGBUS);
1109 EXCEPTION (SIM_SIGBUS);
1132 EXCEPTION (SIM_SIGBUS);
1156 EXCEPTION (SIM_SIGBUS);
2709 EXCEPTION (SIM_SIGBUS)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/cr16/
simops.c 46 #define EXCEPTION(sig) sim_engine_halt (sd, cpu, NULL, PC, sim_stopped, sig)
184 EXCEPTION (SIM_SIGILL);
1000 EXCEPTION (SIM_SIGBUS);
1027 EXCEPTION (SIM_SIGBUS);
1054 EXCEPTION (SIM_SIGBUS);
1082 EXCEPTION (SIM_SIGBUS);
1109 EXCEPTION (SIM_SIGBUS);
1132 EXCEPTION (SIM_SIGBUS);
1156 EXCEPTION (SIM_SIGBUS);
2709 EXCEPTION (SIM_SIGBUS)
    [all...]

Completed in 20 milliseconds