forked from qt-creator/qt-creator
		
	debugger: add an "Memory View" item to the menu
Task-number: QTCREATORBUG-1600
This commit is contained in:
		@@ -543,6 +543,12 @@ void DebuggerEngine::handleCommand(int role, const QVariant &value)
 | 
			
		||||
            d->handleContextMenuRequest(list);
 | 
			
		||||
            break;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        case RequestShowMemoryRole: {
 | 
			
		||||
            qDebug() << "CREATING MEMORY VIEW";
 | 
			
		||||
            (void) MemoryViewAgent(this, "0x0");
 | 
			
		||||
            break;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user