mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 04:48:40 +00:00
use explicit thread name exception thread ID parameter, when not implicit
This commit is contained in:
@@ -1124,6 +1124,10 @@ demon_os_run(Arena *arena, DEMON_OS_RunCtrls *ctrls){
|
||||
}
|
||||
e->kind = DEMON_EventKind_SetThreadName;
|
||||
e->string = str8_list_join(arena, &thread_name_strings, 0);
|
||||
if(exception->NumberParameters > 2)
|
||||
{
|
||||
e->code = exception->ExceptionInformation[2];
|
||||
}
|
||||
}
|
||||
}break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user