thermosphere: gdb/debug: avoid pause/unpause race condition in vCont + bugfix
This commit is contained in:
@@ -75,7 +75,7 @@ void testProcessDataCallback(TransportInterface *iface, void *p, size_t sz)
|
||||
{
|
||||
(void)iface;
|
||||
(void)sz;
|
||||
debugManagerUnpauseCores(BIT(0), BIT(0));
|
||||
debugManagerUnpauseCores(BIT(0));
|
||||
TestCtx *ctx = (TestCtx *)p;
|
||||
DEBUG("EL2 [core %u]: you typed: %s\n", currentCoreCtx->coreId, ctx->buf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user