mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-30 11:00:02 +00:00
fix backslash escaping rules in cfg serialization; fix small scrolling (e.g. from trackpad) often being truncated to having no effect; fixed hanging when set-thread-name specifies a non-readable address
This commit is contained in:
@@ -2136,6 +2136,10 @@ dmn_ctrl_run(Arena *arena, DMN_CtrlCtx *ctx, DMN_RunCtrls *ctrls)
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
read_addr += 256;
|
||||
}
|
||||
}
|
||||
}
|
||||
e->kind = DMN_EventKind_SetThreadName;
|
||||
|
||||
Reference in New Issue
Block a user