rewire up target colors with processes/modules/threads; use first module path for correllation rather than entities & id correllation

This commit is contained in:
Ryan Fleury
2024-03-27 15:25:27 -07:00
parent 22185cee5f
commit a14d0f5b18
7 changed files with 52 additions and 113 deletions
-16
View File
@@ -8512,22 +8512,6 @@ df_stop_explanation_string_icon_from_ctrl_event(Arena *arena, CTRL_Event *event,
}break;
}
}break;
case CTRL_EventKind_LaunchAndInitDone:
{
explanation = str8_lit("Launched");
}break;
case CTRL_EventKind_AttachDone:
{
explanation = str8_lit("Attached");
}break;
case CTRL_EventKind_DetachDone:
{
explanation = str8_lit("Detached");
}break;
case CTRL_EventKind_KillDone:
{
explanation = str8_lit("Killed");
}break;
}
scratch_end(scratch);
if(icon_out)