mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 07:18:22 -04:00
thermosphere: fix continue logic for full-stop & some refactoring
This commit is contained in:
parent
ebf8053b42
commit
bf7f077432
6 changed files with 31 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue