Debugger: Remove 'friend gdbengine' from stackhandler.

Preparing the introduction of tooltips for the new
CDB engine. Fix some breakpoint states in CDB.
This commit is contained in:
Friedemann Kleint
2010-11-22 17:06:08 +01:00
parent 68266eae2e
commit c35672eaa8
5 changed files with 52 additions and 14 deletions

View File

@@ -87,7 +87,6 @@ private:
void fetchMore(const QModelIndex &parent);
friend class WatchHandler;
friend class GdbEngine;
WatchItem *watchItem(const QModelIndex &) const;
QModelIndex watchIndex(const WatchItem *needle) const;
@@ -151,7 +150,10 @@ public:
void insertData(const WatchData &data);
void insertBulkData(const QList<WatchData> &data);
void removeData(const QByteArray &iname);
WatchData *findItem(const QByteArray &iname) const;
const WatchData *watchData(WatchType type, const QModelIndex &) const;
const WatchData *findItem(const QByteArray &iname) const;
QModelIndex itemIndex(const QByteArray &iname) const;
static void loadSessionData();
static void saveSessionData();