monitor: fix 'vCont?' command response

Fixes #5010
This commit is contained in:
Christian Prochaska 2023-09-27 17:20:12 +02:00 committed by Christian Helmuth
parent 72a3c2fe97
commit 149a0183ec

View File

@ -839,6 +839,9 @@ struct vCont : Command_without_separator
handled = true;
});
if (handled)
return;
with_skipped_prefix(args, ";", [&] (Const_byte_range_ptr const &args) {
for_each_argument(args, Sep { ';' }, [&] (Const_byte_range_ptr const &arg) {