debugger: fix 'Jump To/Run to' when in instruction-wise mode

This commit is contained in:
hjk
2011-02-23 10:16:11 +01:00
parent cd18b3ce03
commit 5f38a26c9e
26 changed files with 145 additions and 184 deletions

View File

@@ -1458,7 +1458,7 @@ void DebuggerEngine::interruptInferior()
{
}
void DebuggerEngine::executeRunToLine(const QString &, int)
void DebuggerEngine::executeRunToLine(const ContextData &)
{
}
@@ -1466,7 +1466,7 @@ void DebuggerEngine::executeRunToFunction(const QString &)
{
}
void DebuggerEngine::executeJumpToLine(const QString &, int)
void DebuggerEngine::executeJumpToLine(const ContextData &)
{
}