mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 07:32:23 -07: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_push_cmd(cmd_kind_name, rd_regs());
|
||||
rd_request_frame();
|
||||
}
|
||||
else
|
||||
{
|
||||
log_user_errorf("`%S` is not a command.", cmd_kind_name);
|
||||
rd_request_frame();
|
||||
}
|
||||
}break;
|
||||
|
||||
|
||||
@@ -658,6 +658,7 @@ entry_point(CmdLine *cmd_line)
|
||||
scratch_end(scratch);
|
||||
}
|
||||
rd_cmd(RD_CmdKind_RunExternalDriverTextCommand, .string = msg);
|
||||
rd_request_frame();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user