genode/ports/src/lib
Christian Prochaska 047d851fb6 Noux: add basic 'Ctrl-C' support
This patch implements the POSIX signal functionality needed to interrupt a
running Noux GDB by pressing 'Ctrl-C'.

It allows to register a signal handler for the 'SIGINT' signal, which
gets executed after 'Ctrl-C' is received from the terminal. With the
current state of the implementation, the signal handler only gets executed
when the Noux application calls a 'read()', 'write()', 'ftruncate()' or
'select()' syscall.

Fixes #923.
2013-10-22 08:00:16 +02:00
..
gdbserver_libc_support Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
gdbserver_platform GDB monitor: add support for register writing 2013-10-17 11:04:08 +02:00
libc_noux Noux: add basic 'Ctrl-C' support 2013-10-22 08:00:16 +02:00