forked from qt-creator/qt-creator
		
	debugger: comment out remote log file
This commit is contained in:
		@@ -1868,7 +1868,7 @@ void TrkGdbAdapter::handleCreateProcess(const TrkResult &result)
 | 
			
		||||
    m_engine->postCommand("set breakpoint auto-hw on");
 | 
			
		||||
    m_engine->postCommand("set trust-readonly-sections on"); // No difference?
 | 
			
		||||
    m_engine->postCommand("set displaced-stepping on"); // No difference?
 | 
			
		||||
    m_engine->postCommand("set remotelogfile /tmp/gdb-remotelog");
 | 
			
		||||
    //m_engine->postCommand("set remotelogfile /tmp/gdb-remotelog");
 | 
			
		||||
    m_engine->postCommand("set mem inaccessible-by-default");
 | 
			
		||||
    m_engine->postCommand("mem 0x00400000 0x70000000 cache");
 | 
			
		||||
    m_engine->postCommand("mem 0x70000000 0x80000000 cache ro");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user