Commit 5001cd08 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Resume instead of reboot

parent 049d4d63
......@@ -269,6 +269,7 @@ void GDB_RSP::cmdBreak(const std::string& str) {
void GDB_RSP::cmdDetach(const std::string& str) {
// !!! clear break-points
run();
echo(Bits("OK"));
}
void GDB_RSP::cmdContinue(const std::string& str) {
......
......@@ -248,8 +248,6 @@ int main() {
uart(Bits(buf[i]));
}
}
creboot();
ic.execute();
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment