filter for threads

This commit is contained in:
Nikita Smith
2025-11-07 14:39:46 -08:00
committed by Ryan Fleury
parent f832ac191c
commit c8c993d4e8
+1
View File
@@ -5358,6 +5358,7 @@ ctrl_thread__run(DMN_CtrlCtx *ctrl_ctx, CTRL_Msg *msg)
if(process->kind != CTRL_EntityKind_Process) { continue; }
for(CTRL_Entity *thread = process->first; thread != &ctrl_entity_nil; thread = thread->next)
{
if(thread->kind != CTRL_EntityKind_Thread) { continue; }
U64 rip = dmn_rip_from_thread(thread->handle.dmn_handle);
// rjf: determine if thread is frozen