this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

This gets printing vars in LLDB (at least partially) working

+2
+2
src/kernel/emulation/linux/signal/sigexc.c
··· 402 402 bsd_sig_handler* handler = sig_handlers[bsd_signum]; 403 403 if (handler == SIG_DFL || handler == SIG_ERR) 404 404 { 405 + /* 405 406 switch (bsd_signum) 406 407 { 407 408 // We have to stop the process manually ··· 426 427 sys_exit(linux_signum); 427 428 } 428 429 } 430 + */ 429 431 } 430 432 else if (handler != SIG_IGN) 431 433 {