forked from qt-creator/qt-creator
		
	Start stack frame context/symbol group classes for CDB
This commit is contained in:
		@@ -37,6 +37,16 @@
 | 
			
		||||
 | 
			
		||||
using namespace Debugger::Internal;
 | 
			
		||||
 | 
			
		||||
StackFrame::StackFrame(int l) :
 | 
			
		||||
    level(l),
 | 
			
		||||
    line(0)
 | 
			
		||||
{
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool StackFrame::isUsable() const
 | 
			
		||||
{
 | 
			
		||||
    return !file.isEmpty() && QFileInfo(file).isReadable();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
////////////////////////////////////////////////////////////////////////
 | 
			
		||||
//
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user