[title] add oprofile build configuration selection routine
authorwonhyoung2.park <wonhyoung2.park@samsung.com>
Wed, 28 Sep 2011 13:10:42 +0000 (22:10 +0900)
committerwonhyoung2.park <wonhyoung2.park@samsung.com>
Wed, 28 Sep 2011 13:10:42 +0000 (22:10 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

org.eclipse.linuxtools.oprofile.launch.exe/src/com/samsung/linuxplatform/oprofile/launch/SLPOprofileLaunchDelegate.java

index b196956..f0aa841 100644 (file)
@@ -74,6 +74,7 @@ public class SLPOprofileLaunchDelegate 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));