Searched refs:sigval (Results 1 – 4 of 4) sorted by relevance
414 static void stub_is_stopped(int sigval);419 void handle_exception(int sigval);861 stub_is_stopped(int sigval) in stub_is_stopped() argument869 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped()1037 void register_fixup(int sigval) in register_fixup() argument1063 if (sigval == SIGTRAP) { in register_fixup()1103 } else if (sigval == SIGINT) { in register_fixup()1270 handle_exception(int sigval) in handle_exception() argument1277 register_fixup(sigval); in handle_exception()1280 stub_is_stopped(sigval); in handle_exception()[all …]
687 stub_is_stopped(int sigval) in stub_is_stopped() argument698 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped()738 handle_exception (int sigval) in handle_exception() argument742 stub_is_stopped (sigval); in handle_exception()880 remcomOutBuffer[1] = hex_asc_hi(sigval); in handle_exception()881 remcomOutBuffer[2] = hex_asc_lo(sigval); in handle_exception()
1393 void gdbstub(int sigval) in gdbstub() argument1402 if (sigval < 0) { in gdbstub()1407 sigval = SIGINT; in gdbstub()1442 sigval = SIGINT; in gdbstub()1457 sigval = SIGXCPU; in gdbstub()1477 sigval = SIGINT; in gdbstub()1481 if (!sigval) in gdbstub()1482 sigval = gdbstub_compute_signal(__debug_status.brr); in gdbstub()1489 if (sigval != SIGINT && sigval != SIGTRAP && sigval != SIGILL) { in gdbstub()1528 ptr = hex_byte_pack(ptr, sigval); in gdbstub()[all …]
1184 int sigval; in gdbstub() local1221 sigval = SIGINT; in gdbstub()1228 sigval = broke ? SIGTRAP : computeSignal(excep); in gdbstub()1254 sigval = SIGABRT; in gdbstub()1257 sigval = SIGABRT; in gdbstub()1264 if (sigval != SIGINT && sigval != SIGTRAP && sigval != SIGILL) { in gdbstub()1323 ptr = hex_byte_pack(ptr, sigval); in gdbstub()1365 output_buffer[1] = hex_asc_hi(sigval); in gdbstub()1366 output_buffer[2] = hex_asc_lo(sigval); in gdbstub()