Re: [hackers] [sbase][PATCH] kill: handle TRAP signal

2024-12-17 Thread Roberto E. Vargas Caballero
Hi, On Mon, Dec 09, 2024 at 06:36:07AM -0700, Randy Palamar wrote: > TRAP is a useful signal which when sent to a process currently > attached to a debugger causes the debugger to immediately break. > This is very helpful for programs running in some sort of run loop > where it may be difficult to

[hackers] [sbase][PATCH] kill: handle TRAP signal

2024-12-09 Thread Randy Palamar
TRAP is a useful signal which when sent to a process currently attached to a debugger causes the debugger to immediately break. This is very helpful for programs running in some sort of run loop where it may be difficult to set up a break point in an appropriate location without modifying the sourc