]> git.xonotic.org Git - xonotic/darkplaces.git/commit
sys: implement signal handling on all platforms
authorbones_was_here <bones_was_here@xonotic.au>
Mon, 1 Jan 2024 12:55:45 +0000 (22:55 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Wed, 3 Jan 2024 01:11:36 +0000 (11:11 +1000)
commit3dec4376ce1b06989ff9ac0cced50d26c7012888
treee5569c8bb6e4a328cb5cfea99e36494258a5bb53
parent952aed9fee04278bc7f9857e3b8e8007d64894b8
sys: implement signal handling on all platforms

Prints a stack trace when crashing if using glibc.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
cl_main.c
host.c
makefile.inc
sys_shared.c
vid_null.c