forked from qt-creator/qt-creator
Debugger: Adjust native mixed debugging after upstream changes
Change-Id: I4d137fadd0de2aa346f2f49932faac4ee9ed41e7 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -954,7 +954,7 @@ void LldbEngine::handleLocationNotification(const GdbMi &reportedLocation)
|
||||
// Quickly set the location marker.
|
||||
if (lineNumber > 0
|
||||
&& QFileInfo::exists(fileName)
|
||||
&& function != "::qt_qmlDebugEventFromService()")
|
||||
&& function != "::qt_qmlDebugMessageAvailable()")
|
||||
gotoLocation(Location(fileName, lineNumber));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user