diff --git a/src/gdb-stub/gdb_stub.cpp b/src/gdb-stub/gdb_stub.cpp index 453426ae..85b0cf66 100644 --- a/src/gdb-stub/gdb_stub.cpp +++ b/src/gdb-stub/gdb_stub.cpp @@ -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") {