diff --git a/src/debug/GdbCmds.cpp b/src/debug/GdbCmds.cpp index c2b1f9c4..2d83b05d 100644 --- a/src/debug/GdbCmds.cpp +++ b/src/debug/GdbCmds.cpp @@ -47,7 +47,7 @@ const char* TARGET_INFO_ARM9 = "cputype:12;cpusubtype:7;triple:arm-none-eabi;ost "" \ "" \ "" \ - "" \ + "" \ "" \ /* 16 regs */ \ diff --git a/src/debug/GdbStub.cpp b/src/debug/GdbStub.cpp index b055794a..db433ecb 100644 --- a/src/debug/GdbStub.cpp +++ b/src/debug/GdbStub.cpp @@ -175,6 +175,7 @@ SubcmdHandler GdbStub::Handlers_v[] = { { .MainCmd = 'v', .SubStr = "Stopped" , .Handler = GdbStub::Handle_v_Stopped }, { .MainCmd = 'v', .SubStr = "MustReplyEmpty", .Handler = GdbStub::Handle_v_MustReplyEmpty }, { .MainCmd = 'v', .SubStr = "Cont?" , .Handler = GdbStub::Handle_v_ContQuery }, + { .MainCmd = 'v', .SubStr = "Cont;" , .Handler = GdbStub::Handle_v_Cont }, { .MainCmd = 'v', .SubStr = "Cont" , .Handler = GdbStub::Handle_v_Cont }, { .MainCmd = 'v', .SubStr = NULL, .Handler = NULL }