thermosphere: fix continue logic for full-stop & some refactoring
This commit is contained in:
@@ -191,7 +191,7 @@ void GDB_AttachToContext(GDBContext *ctx)
|
||||
|
||||
GDB_BreakAllCores(ctx);
|
||||
|
||||
DebugEventInfo *info = debugManagerGetCoreDebugEvent(currentCoreCtx->coreId);
|
||||
DebugEventInfo *info = debugManagerGetDebugEvent(currentCoreCtx->coreId);
|
||||
info->preprocessed = true;
|
||||
info->handled = true;
|
||||
ctx->lastDebugEvent = info;
|
||||
|
||||
Reference in New Issue
Block a user