Skip to content

Commit c73ffba

Browse files
committed
Add reverse continue TODO
1 parent 750e498 commit c73ffba

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/java/be/ugent/topl/mio/GdbStub.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,10 @@ else if (pkt.startsWith("stackInfo")) {
326326
logger.info("Continue execution");
327327
debugger.run();
328328
break;
329+
/*case "bc":
330+
// TODO: Actual backwards continue in MIO
331+
stepBack(1);
332+
break;*/
329333
case "pause":
330334
debugger.pause();
331335
sendStopPacket(out, "02");

0 commit comments

Comments
 (0)