debugger: remove intermediate BreakpointData stucture layer

This commit is contained in:
hjk
2010-11-16 11:48:17 +01:00
parent 3a7f7b6d4a
commit 0a004097e1
13 changed files with 185 additions and 290 deletions

View File

@@ -1323,12 +1323,12 @@ void DebuggerEngine::notifyBreakpointChangeFailed(BreakpointId id)
breakHandler()->notifyBreakpointChangeFailed(id);
}
/*
void DebuggerEngine::notifyBreakpointAdjusted(BreakpointId id)
void DebuggerEngine::notifyBreakpointAdjusted(BreakpointId id,
const BreakpointParameters &data)
{
breakHandler()->notifyChangeBreakpointAdjusted(id);
QTC_ASSERT(false, /* FIXME */);
breakHandler()->setBreakpointData(id, data);
}
*/
void DebuggerEngine::selectThread(int)
{