passing signals to programs
- Use the 'signal' command to pass signals to your program.
- If a signal is defined as 'stop' and 'pass', you can prevent it from
being passed...
- ...by issuing the command 'signal 0' after gdb stopped, and before
continuing the program...
- ...thought for some signals - you'll get the signal again and again.
Originally written by
guy keren