forked from qt-creator/qt-creator
debugger: rename gdbmacros* to dumper*
Was mis-named from the beginning. (cherry picked from commit 2f119dc2f85b28274d47ff635188872d5ed11521) Change-Id: I4f2e388edfdded117c5b35d3d04bbdc68d77afa4 Reviewed-on: http://codereview.qt.nokia.com/872 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -310,9 +310,10 @@ QString BuildableHelperLibrary::byInstallDataHelper(const QString &sourcePath,
|
||||
}
|
||||
}
|
||||
|
||||
// We pretend that the lastmodified of gdbmacros.cpp is 5 minutes before what the file system says
|
||||
// Because afer a installation from the package the modified dates of gdbmacros.cpp
|
||||
// and the actual library are close to each other, but not deterministic in one direction
|
||||
// We pretend that the lastmodified of dumper.cpp is 5 minutes before what
|
||||
// the file system says because afer a installation from the package the
|
||||
// modified dates of dumper.cpp and the actual library are close to each
|
||||
// other, but not deterministic in one direction.
|
||||
if (sourcesModified.isValid())
|
||||
sourcesModified = sourcesModified.addSecs(-300);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user