forked from qt-creator/qt-creator
Debugger: Remove the boolean parameter to CdbEngine::updateLocals()
Makes clang happy, and changes to a full update after manual variable assignments, which is intended anyway. Change-Id: I028f32e1ac9014f5d56bf12824624f7685d22c83 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -247,7 +247,7 @@ private:
|
||||
void handleAdditionalQmlStack(const CdbResponse &response);
|
||||
NormalizedSourceFileName sourceMapNormalizeFileNameFromDebugger(const QString &f);
|
||||
void updateLocalVariable(const QByteArray &iname);
|
||||
void updateLocals(bool forNewStackFrame);
|
||||
void updateLocals();
|
||||
void updateAll() override;
|
||||
int elapsedLogTime() const;
|
||||
void addLocalsOptions(ByteArrayInputStream &s) const;
|
||||
|
||||
Reference in New Issue
Block a user