Home
last modified time | relevance | path

Searched refs:exccode_to_signal (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/
H A Ddebug.cc47 signo = exccode_to_signal(Bp); in Debug()
599 return signal_packet (exccode_to_signal (Bp)); in target_continue()
601 signo = exccode_to_signal (exccode); in target_continue()
628 signo = exccode_to_signal(exccode); in target_step()
688 Debug::exccode_to_signal(int exccode) in exccode_to_signal() function in Debug
H A Ddebug.h78 int exccode_to_signal(int exccode);
H A DChangeLog14439 control the CPU. Created exccode_to_signal(), to translate exception
14441 debug.h: Declare signal_packet() and exccode_to_signal().