mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 11:13:57 +00:00
Don't support vCont right now
This commit is contained in:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user