[title] add configure selection routine
authorwonhyoung2.park <wonhyoung2.park@samsung.com>
Wed, 28 Sep 2011 08:11:23 +0000 (17:11 +0900)
committerwonhyoung2.park <wonhyoung2.park@samsung.com>
Wed, 28 Sep 2011 08:11:23 +0000 (17:11 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

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

index 5627024..ab1845f 100644 (file)
@@ -82,6 +82,7 @@ public class SLPValgrindLaunchDelegate extends SLPLaunchDelegate {
                
                        verifyCProjectConfigurationSettings(config);
                        verifyDeviceReachability(getProject(config), new SubProgressMonitor(monitor, 9));
+                       verifyBuildConfiguration(config, mode, new SubProgressMonitor(monitor, 11));
                
                        ISession session = getLaunchSession(config, new SubProgressMonitor(monitor, 1));