Don't support vCont right now

This commit is contained in:
momo5502
2025-01-19 13:23:21 +01:00
parent 4e80a8bf16
commit 62597d5f4e

View File

@@ -205,7 +205,8 @@ namespace gdb_stub
if (name == "Cont?")
{
connection.send_reply("vCont;s;c");
// connection.send_reply("vCont;s;c");
connection.send_reply({});
}
else if (name == "Cont;s")
{