forked from qt-creator/qt-creator
debugger: work on autotest integration
Change-Id: Iafd07a55e20cd2a65c3bcd23208c24855aeb429f Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -2114,7 +2114,7 @@ void GdbEngine::executeNext()
|
||||
if (isReverseDebugging()) {
|
||||
postCommand("reverse-next", RunRequest, CB(handleExecuteNext));
|
||||
} else {
|
||||
scheduleTestResponse(GdbTestNoBoundsOfCurrentFunction,
|
||||
scheduleTestResponse(TestNoBoundsOfCurrentFunction,
|
||||
"@TOKEN@^error,msg=\"Warning:\\nCannot insert breakpoint -39.\\n"
|
||||
" Error accessing memory address 0x11673fc: Input/output error.\\n\"");
|
||||
postCommand("-exec-next", RunRequest, CB(handleExecuteNext));
|
||||
|
||||
Reference in New Issue
Block a user