Handle SIGINT in Python

Khoo Yit Phang khooyp@cs.umd.edu
Sun Jan 22 20:54:00 GMT 2012


Hi,

On Jan 22, 2012, at 11:32 AM, Khoo Yit Phang wrote:
> 
> 2. When the call stack is GDB -> Only gdb.execute is interruptible now, since that's the only place I've suspended Python's interrupt handler. There may be other Python methods that call into GDB that is slow that could use the same treatment.

Whoops, that should be "When the call stack is GDB -> Python -> GDB, ...".

Yit
January 22, 2012



More information about the Gdb-patches mailing list