mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 23:12:24 +00:00
ecdbdef8ee
With this patch, the loader installs an optional client-provided fault handler as default CPU exception handler and RM fault handler for all CPU and RM sessions of the loaded subsystem. This way, loader clients become able to respond to failures occuring within the subsystem. The new feature is provided via the added 'Loader::fault_handler' RPC function. The 'run/failsafe' test covers two cases related to the loader, which are faults produced by the immediate child of the loader and faults produced by indirect children. |
||
---|---|---|
.. | ||
ahci.run | ||
bomb.run | ||
chroot_loader.run | ||
chroot.run | ||
config_args.run | ||
demo.run | ||
dynamic_config_loader.run | ||
dynamic_config_slave.run | ||
dynamic_config.run | ||
failsafe.run | ||
framebuffer.run | ||
gpio_drv.run | ||
ldso.run | ||
loader.run | ||
panda_uart4_echo.run | ||
part_blk.run | ||
ram_fs_chunk.run | ||
rom_blk.run | ||
sd_card_bench.run | ||
sd_card.run | ||
signal.run | ||
tar_rom.run | ||
terminal_crosslink.run | ||
thread_join.run | ||
timed_semaphore.run | ||
timer.run | ||
uart.run | ||
vmm.run |