mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
rewire up target colors with processes/modules/threads; use first module path for correllation rather than entities & id correllation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user