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:
ck
2009-11-11 11:34:24 +01:00
parent 082a76dc67
commit 50990ef906

View File

@@ -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;