Home
last modified time | relevance | path

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

/dports/emulators/vmips/vmips-1.5.1/
H A Ddebug.h76 char *target_last_signal(char *pkt);
H A Ddebug.cc338 case '?': result = target_last_signal(buf); break; in targetloop()
634 Debug::target_last_signal(char *pkt) in target_last_signal() function in Debug
H A DChangeLog14379 debug.cc: Add target_last_signal() method (tied to '?' packet), and constructor.