ladybird/Kernel/Arch/i386
Drew Stratford c136fd3fe2 Kernel: Send SIGSEGV on seg-fault
Now programs can catch the SIGSEGV signal when they segfault.

This commit also introduced the send_urgent_signal_to_self method,
which is needed to send signals to a thread when handling exceptions
caused by the same thread.
2019-10-07 16:39:47 +02:00
..
CPU.cpp Kernel: Send SIGSEGV on seg-fault 2019-10-07 16:39:47 +02:00
CPU.h Kernel: Add exception_code to RegisterDump. 2019-10-07 16:39:47 +02:00
PIC.cpp Kernel: Move PIC.cpp into Arch/i386/ 2019-07-09 15:04:43 +02:00
PIC.h Kernel: Move PIC.cpp into Arch/i386/ 2019-07-09 15:04:43 +02:00
PIT.cpp Kernel: Add exception_code to RegisterDump. 2019-10-07 16:39:47 +02:00
PIT.h Kernel: Move i8253.cpp => Arch/i386/PIT.cpp 2019-07-09 15:04:45 +02:00