[TITLE] remove valgrind blocking routine for window emulator
authorwonhyoung2.park <wonhyoung2.park@samsung.com>
Mon, 5 Dec 2011 06:31:50 +0000 (15:31 +0900)
committerwonhyoung2.park <wonhyoung2.park@samsung.com>
Mon, 5 Dec 2011 06:31:50 +0000 (15:31 +0900)
[Type]
[Module] Profiler
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

org.eclipse.linuxtools.valgrind.launch.exe/src/org/eclipse/linuxtools/valgrind/launch/TizenValgrindLaunchDelegate.java

index 117ac11..de7886f 100644 (file)
@@ -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,