gdb and signals handling
- gdb has special handling for signals.
- By default, it catches them, and then forwards some of them to the
program being debugged.
- So if you debug programs that rely on signals - you should pay attention.
Originally written by
guy keren