QmlObserver: breakpoint list is shared between engines

Reviewed by:  Kai Koehne, Andre Poenitz
This commit is contained in:
Christiaan Janssen
2010-10-04 10:20:33 +02:00
parent bbe790debe
commit 05a89496e0
10 changed files with 92 additions and 30 deletions

View File

@@ -93,6 +93,7 @@ private:
void selectThread(int index);
void attemptBreakpointSynchronization();
bool acceptsBreakpoint(const Internal::BreakpointData *br);
void assignValueInDebugger(const Internal::WatchData *w, const QString &expr, const QVariant &value);
void loadSymbols(const QString &moduleName);