mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +00:00
047d851fb6
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. |
||
---|---|---|
.. | ||
doc | ||
include/noux_session | ||
lib | ||
mk | ||
ports | ||
run | ||
src | ||
Makefile | ||
README |
This directory contains ports of popular 3rd-party applications to Genode. The 'ports' repository follows the line of the 'libports' repository. For instructions about downloading and building 3rd-party applications, please refer to 'libports/README'. Dependencies from other repositories ------------------------------------ Application provided by the 'ports' repository typically expect a rich runtime environment, including shared libraries provided by the 'libports' repository. Hence, 'ports' depends on 'libports'. Furthermore, applications may require additional repositories. For example, the Arora web browser depends on the 'qt4' repository.