From: wonhyoung2.park Date: Wed, 28 Sep 2011 13:10:42 +0000 (+0900) Subject: [title] add oprofile build configuration selection routine X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=592e9707078aab6f8e6a12308c8e96d10f057c8a;p=sdk%2Fide%2Fprofiler-eplugin.git [title] add oprofile build configuration selection routine [Type] [Module] [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/org.eclipse.linuxtools.oprofile.launch.exe/src/com/samsung/linuxplatform/oprofile/launch/SLPOprofileLaunchDelegate.java b/org.eclipse.linuxtools.oprofile.launch.exe/src/com/samsung/linuxplatform/oprofile/launch/SLPOprofileLaunchDelegate.java index b196956..f0aa841 100644 --- a/org.eclipse.linuxtools.oprofile.launch.exe/src/com/samsung/linuxplatform/oprofile/launch/SLPOprofileLaunchDelegate.java +++ b/org.eclipse.linuxtools.oprofile.launch.exe/src/com/samsung/linuxplatform/oprofile/launch/SLPOprofileLaunchDelegate.java @@ -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));