forked from qt-creator/qt-creator
		
	debugger: actually use the htiCount field
Change-Id: I1169f6859810da38d93a8d3e9e9d97e354bedf0b Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
		@@ -2846,6 +2846,7 @@ void GdbEngine::extractDataFromInfoBreak(const QString &output, BreakpointModelI
 | 
			
		||||
                        sub.id = BreakpointResponseId(majorPart, minorPart);
 | 
			
		||||
                        sub.type = response.type;
 | 
			
		||||
                        sub.address = address;
 | 
			
		||||
                        sub.hitCount = hitCount;
 | 
			
		||||
                        handler->insertSubBreakpoint(id, sub);
 | 
			
		||||
                        location.clear();
 | 
			
		||||
                        function.clear();
 | 
			
		||||
@@ -2867,6 +2868,7 @@ void GdbEngine::extractDataFromInfoBreak(const QString &output, BreakpointModelI
 | 
			
		||||
            sub.id = BreakpointResponseId(majorPart, minorPart);
 | 
			
		||||
            sub.type = response.type;
 | 
			
		||||
            sub.address = address;
 | 
			
		||||
            sub.hitCount = hitCount;
 | 
			
		||||
            handler->insertSubBreakpoint(id, sub);
 | 
			
		||||
            location.clear();
 | 
			
		||||
            function.clear();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user