forked from qt-creator/qt-creator
debugger: replace static capability check by something potentially dynamic
This does not yet use the potential. Change-Id: I087311fb7d59b46e49f65a84c4420c72a1227ebb Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
@@ -105,11 +105,11 @@ private:
|
||||
void reloadSourceFiles() {}
|
||||
void reloadFullStack() {}
|
||||
|
||||
bool supportsThreads() const { return true; }
|
||||
bool checkForBreakCondition(bool byFunction);
|
||||
void updateWatchData(const WatchData &data, const WatchUpdateFlags &flags);
|
||||
void updateLocals();
|
||||
void updateSubItem(const WatchData &data);
|
||||
bool hasCapability(unsigned) const { return false; }
|
||||
|
||||
private:
|
||||
friend class ScriptAgent;
|
||||
|
||||
Reference in New Issue
Block a user