Project

General

Profile

Bug #1440

Updated by tuxillo about 10 years ago

If a process blocks SIGTRAP, an attached debugger will not be able to break 
 
 again (same is true for SIGINT, for instance). 

 

 We should change the behavior so that the debugger will be able to see this 
 
 signal, or to change how a ptrace'd process gets suspended on trap exceptions.

Back