mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-26 06:09:25 +00:00
73cff5c996
If a local thread is attempted to be 'pause'd via cpu_session, don't wait until it gets into the recalled state. If the caller is lucky it is, if not return only the stack pointer. Avoids deadlocking of the gdb when attached to a process running a server. Issue #478