debugger: work on autotest integration

Change-Id: Iafd07a55e20cd2a65c3bcd23208c24855aeb429f
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-01-23 16:45:00 +01:00
committed by hjk
parent 800dfe4c9e
commit 1ef6c2b1f0
5 changed files with 129 additions and 7 deletions

View File

@@ -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));