QmlObserver: breakpoint list is shared between engines

Reviewed by:  Kai Koehne, Andre Poenitz
This commit is contained in:
Christiaan Janssen
2010-10-05 11:01:14 +02:00
parent 9dfc5b1414
commit 24912c3f2e
10 changed files with 92 additions and 30 deletions

View File

@@ -1667,6 +1667,11 @@ void DebuggerEngine::attemptBreakpointSynchronization()
{
}
bool DebuggerEngine::acceptsBreakpoint(const BreakpointData *)
{
return true;
}
void DebuggerEngine::selectThread(int)
{
}