mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
request frames on all ipc receives
This commit is contained in:
@@ -12798,12 +12798,10 @@ 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());
|
||||||
rd_request_frame();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
log_user_errorf("`%S` is not a command.", cmd_kind_name);
|
log_user_errorf("`%S` is not a command.", cmd_kind_name);
|
||||||
rd_request_frame();
|
|
||||||
}
|
}
|
||||||
}break;
|
}break;
|
||||||
|
|
||||||
|
|||||||
@@ -658,6 +658,7 @@ entry_point(CmdLine *cmd_line)
|
|||||||
scratch_end(scratch);
|
scratch_end(scratch);
|
||||||
}
|
}
|
||||||
rd_cmd(RD_CmdKind_RunExternalDriverTextCommand, .string = msg);
|
rd_cmd(RD_CmdKind_RunExternalDriverTextCommand, .string = msg);
|
||||||
|
rd_request_frame();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user