[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Yield from debug hook
- From: "Thiago L." <fakedme@...>
- Date: Sun, 15 Jun 2014 11:20:43 -0300
I'm messing with coroutines and sandboxing and I need a way to yield
from a debug hook. This would let my code check for interrupts on every
instruction and stuff... Does anyone have a patch for doing this?