mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
filter for threads
This commit is contained in:
committed by
Ryan Fleury
parent
f832ac191c
commit
c8c993d4e8
@@ -5358,6 +5358,7 @@ ctrl_thread__run(DMN_CtrlCtx *ctrl_ctx, CTRL_Msg *msg)
|
|||||||
if(process->kind != CTRL_EntityKind_Process) { continue; }
|
if(process->kind != CTRL_EntityKind_Process) { continue; }
|
||||||
for(CTRL_Entity *thread = process->first; thread != &ctrl_entity_nil; thread = thread->next)
|
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);
|
U64 rip = dmn_rip_from_thread(thread->handle.dmn_handle);
|
||||||
|
|
||||||
// rjf: determine if thread is frozen
|
// rjf: determine if thread is frozen
|
||||||
|
|||||||
Reference in New Issue
Block a user