mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-08 06:48:41 +00:00
only send ack on catch-all path for external driver cmds
This commit is contained in:
@@ -12964,6 +12964,7 @@ rd_frame(void)
|
|||||||
}
|
}
|
||||||
rd_regs_fill_slot_from_string(cmd_kind_info->query.slot, cmd_kind_info->query.expr, primary_args_string);
|
rd_regs_fill_slot_from_string(cmd_kind_info->query.slot, cmd_kind_info->query.expr, primary_args_string);
|
||||||
rd_push_cmd(cmd_kind_name, rd_regs());
|
rd_push_cmd(cmd_kind_name, rd_regs());
|
||||||
|
str8_list_pushf(rd_state->cmd_output_arena, &rd_state->cmd_outputs, "ack:{cmd:%S}\n", cmd_kind_name);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user