genode/base-linux/include
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
..
base base-linux: fix delegation of invalid capabilities 2013-01-04 15:26:16 +01:00
linux_cpu_session cpu_session: Access thread state by value 2012-11-23 12:20:22 +01:00
linux_dataspace Linux: Don't access file system outside of core 2012-11-05 17:31:04 +01:00
linux_pd_session Propagate process labels to PD sessions 2012-11-05 17:31:04 +01:00
pd_session Generalize handling of PD-session arguments 2012-11-21 20:04:07 +01:00
rm_session core: Introduce default CPU exception handler 2013-01-04 15:26:16 +01:00