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
..
2013-08-13 17:27:40 +02:00
2013-02-19 14:45:55 +01:00
2012-08-22 09:51:22 +02:00
2013-09-18 14:58:54 +02:00
2013-08-22 15:13:12 +02:00
2013-08-22 11:33:10 +02:00
2013-08-22 11:33:10 +02:00
2013-08-22 11:33:10 +02:00
2013-08-22 11:33:10 +02:00