From 3f81d6c4c3d5f8fd5be50c688f4412aadb7cbe0d Mon Sep 17 00:00:00 2001 From: "wonhyoung2.park" Date: Mon, 5 Dec 2011 15:31:50 +0900 Subject: [PATCH] [TITLE] remove valgrind blocking routine for window emulator [Type] [Module] Profiler [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- .../valgrind/launch/TizenValgrindLaunchDelegate.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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, -- 2.7.4