genode/base/src
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 Make quota-upgrading message more clear 2012-12-22 13:04:04 +01:00
core core: Introduce default CPU exception handler 2013-01-04 15:26:16 +01:00
lib Support for building all libs via 'make lib' 2012-01-24 18:56:35 +01:00
platform base-mb: Fix compile and link errors 2012-11-29 09:55:04 +01:00
test Move 'Child' API implementation to library 2012-10-09 13:45:33 +02:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This directory contains all source codes.