forked from qt-creator/qt-creator
		
	Debugging helpers: Don't use LD_PRELOAD mechanism for Maemo.
The LD_PRELOAD approach does not work for Maemo, because the "set environment" command seems to have no effect whatsoever.
This commit is contained in:
		| @@ -74,6 +74,7 @@ AbstractGdbAdapter::DumperHandling RemoteGdbAdapter::dumperHandling() const | ||||
|     case ProjectExplorer::ToolChain::GCCE: | ||||
|     case ProjectExplorer::ToolChain::RVCT_ARMV5: | ||||
|     case ProjectExplorer::ToolChain::RVCT_ARMV6: | ||||
|     case ProjectExplorer::ToolChain::GCC_MAEMO: | ||||
|         return DumperLoadedByGdb; | ||||
|     default: | ||||
|         break; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user