Searched refs:RL78_STOP_SIG (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dcpu.h62 - If RL78_STOPPED (R), then a signal (number RL78_STOP_SIG (R)) was
80 #define RL78_STOP_SIG(r) ((r) >> 8) macro
H A Dmain.c185 printf ("Stopped on signal %d\n", RL78_STOP_SIG (rc));
H A Dgdb-if.c456 siggnal = rl78_signal_to_target (RL78_STOP_SIG (rc));
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dcpu.h62 - If RL78_STOPPED (R), then a signal (number RL78_STOP_SIG (R)) was
80 #define RL78_STOP_SIG(r) ((r) >> 8) macro
H A Dmain.c186 printf ("Stopped on signal %d\n", RL78_STOP_SIG (rc));
H A Dgdb-if.c459 siggnal = rl78_signal_to_target (RL78_STOP_SIG (rc));

Completed in 155 milliseconds