genode/base/src/core
Norman Feske 9f82764316 core: Introduce default CPU exception handler
The CPU session interfaces comes with the ability to install an
exception handler per thread. This patch enhances the feature with the
provision of a default signal handler that is used if no thread-specific
handler is installed. The default signal handler can be set by
specifying an invalid thread capability and a valid signal context
capability.

Furthermore, this patch relaxes the requirement of the order of the
calls of 'exception_handler' and 'set_pager'. Originally, the exception
handler could be installed not before setting a pager. Now, we remember
the installed exception handler in the 'Cpu_thread' and propagate to to
the platform thread at a later time.
2013-01-04 15:26:16 +01:00
..
include core: Introduce default CPU exception handler 2013-01-04 15:26:16 +01:00
x86 Propagate 'Range_allocator::alloc_aligned' errors 2012-11-28 22:51:09 +01:00
context_area.cc core: don't dereference null pointer 2012-12-21 14:54:20 +01:00
core_mem_alloc.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
cpu_session_component.cc core: Introduce default CPU exception handler 2013-01-04 15:26:16 +01:00
dataspace_component.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
dump_alloc.cc 64bit fix for region dump 2012-09-24 09:17:58 +02:00
io_mem_session_component.cc Propagate 'Range_allocator::alloc_aligned' errors 2012-11-28 22:51:09 +01:00
main.cc core: preserve more memory 2012-12-21 14:54:21 +01:00
mb_info.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
multiboot_info.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
pd_session_component.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
platform_services.cc Introduce platform-specific services for core 2012-10-29 10:08:29 +01:00
ram_session_component.cc Propagate 'Range_allocator::alloc_aligned' errors 2012-11-28 22:51:09 +01:00
rm_session_component.cc base: catch exceptions in rm_session 2012-12-21 14:54:20 +01:00
rom_session_component.cc Add support for allocating DMA memory 2012-06-20 09:17:48 +02:00
signal_session_component.cc Reduce LOG noise to due disappeared clients 2012-11-02 13:35:45 +01:00
signal_source_component.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00