Commit d1de5d7b authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

No problem. gdb removes breakpoints on its own.

parent 9064975d
......@@ -309,7 +309,6 @@ void GDB_RSP::cmdBreak(const std::string& str) {
}
void GDB_RSP::cmdDetach(const std::string& str) {
// !!! clear break-points
run();
echo(Bits("OK"));
}
......
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