You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gdb: fix issue "Debug not enabled" when gdb feature was enabled (#678)
- This happened due to a message that was sent from the Hypervisor to
the `gdb` thread even if the sandbox had no debug enabled. The
transmission failed and returned this error.
- The fix checks a condition before sending this signal so that to
ensure the sandbox has debugging enabled
Signed-off-by: Doru Blânzeanu <[email protected]>
0 commit comments