From: wonhyoung2.park Date: Mon, 5 Dec 2011 06:31:50 +0000 (+0900) Subject: [TITLE] remove valgrind blocking routine for window emulator X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f81d6c4c3d5f8fd5be50c688f4412aadb7cbe0d;p=sdk%2Fide%2Fprofiler-eplugin.git [TITLE] remove valgrind blocking routine for window emulator [Type] [Module] Profiler [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/org.eclipse.linuxtools.valgrind.launch.exe/src/org/eclipse/linuxtools/valgrind/launch/TizenValgrindLaunchDelegate.java b/org.eclipse.linuxtools.valgrind.launch.exe/src/org/eclipse/linuxtools/valgrind/launch/TizenValgrindLaunchDelegate.java index 117ac11..de7886f 100644 --- a/org.eclipse.linuxtools.valgrind.launch.exe/src/org/eclipse/linuxtools/valgrind/launch/TizenValgrindLaunchDelegate.java +++ b/org.eclipse.linuxtools.valgrind.launch.exe/src/org/eclipse/linuxtools/valgrind/launch/TizenValgrindLaunchDelegate.java @@ -184,13 +184,13 @@ public class TizenValgrindLaunchDelegate extends TizenLaunchDelegate { fullcommand += commandArray[i] + " "; } - if (CommandManager.isEmulator() - && Platform.getOS().equals(Platform.OS_WIN32)) { - Exception te; - te = new Exception( - "Can not use valgrind, because the host doesn't support Intel VT"); - throw (te); - } +// if (CommandManager.isEmulator() +// && Platform.getOS().equals(Platform.OS_WIN32)) { +// Exception te; +// te = new Exception( +// "Can not use valgrind, because the host doesn't support Intel VT"); +// throw (te); +// } config.getAttribute( ICDTLaunchConfigurationConstants.ATTR_USE_TERMINAL,