5 Nov
2014
5 Nov
'14
9:02 a.m.
Why do the signal handlers get in the way? I'd expect the debugger to get the signal before freeradius does. If you want to resume the program without passing along the signal use the signal 0 command. If you want to mask the signals in the debugger so that the program never sees them do something like handle 11 nopass I don't understand the use case for this change and it seems kind of complex.