[Esbox-commits] r1892 - branches/work_Andre/org.maemo.esbox.launch.analysis/src/org/maemo/esbox/internal/analysis/launch

fabricioepa at garage.maemo.org fabricioepa at garage.maemo.org
Fri Jul 24 17:36:34 EEST 2009


Author: fabricioepa
Date: 2009-07-24 17:36:33 +0300 (Fri, 24 Jul 2009)
New Revision: 1892

Modified:
   branches/work_Andre/org.maemo.esbox.launch.analysis/src/org/maemo/esbox/internal/analysis/launch/ESboxCppLtraceLocalLaunchConfigurationTabGroup.java
   branches/work_Andre/org.maemo.esbox.launch.analysis/src/org/maemo/esbox/internal/analysis/launch/ESboxCppLtraceLocalLaunchShortcut.java
Log:
Ltrace local launch support

Modified: branches/work_Andre/org.maemo.esbox.launch.analysis/src/org/maemo/esbox/internal/analysis/launch/ESboxCppLtraceLocalLaunchConfigurationTabGroup.java
===================================================================
--- branches/work_Andre/org.maemo.esbox.launch.analysis/src/org/maemo/esbox/internal/analysis/launch/ESboxCppLtraceLocalLaunchConfigurationTabGroup.java	2009-07-24 14:17:23 UTC (rev 1891)
+++ branches/work_Andre/org.maemo.esbox.launch.analysis/src/org/maemo/esbox/internal/analysis/launch/ESboxCppLtraceLocalLaunchConfigurationTabGroup.java	2009-07-24 14:36:33 UTC (rev 1892)
@@ -6,7 +6,7 @@
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *    Fabrício S Epaminondas (UFCG) - initial API and implementation
+ *    Fabrício S Epaminondas (UFCG) - initial API and implementation
  *******************************************************************************/
 
 package org.maemo.esbox.internal.analysis.launch;
@@ -15,7 +15,7 @@
 import org.maemo.mica.internal.api.cpp.launch.AbstractCppLaunchShortcut;
 
 /**
- * @author Fabrício S Epaminondas (UFCG)
+ * @author Fabr�cio S Epaminondas (UFCG)
  * 
  */
 public class ESboxCppLtraceLocalLaunchConfigurationTabGroup extends
@@ -24,7 +24,7 @@
 	/*
 	 * (non-Javadoc)
 	 * 
-	 * @seeorg.maemo.mica.cpp.launch.AbstractCppLaunchConfigurationTabGroup#
+	 * @see org.maemo.mica.cpp.launch.AbstractCppLaunchConfigurationTabGroup#
 	 * getLaunchShortcut()
 	 */
 	@Override

Modified: branches/work_Andre/org.maemo.esbox.launch.analysis/src/org/maemo/esbox/internal/analysis/launch/ESboxCppLtraceLocalLaunchShortcut.java
===================================================================
--- branches/work_Andre/org.maemo.esbox.launch.analysis/src/org/maemo/esbox/internal/analysis/launch/ESboxCppLtraceLocalLaunchShortcut.java	2009-07-24 14:17:23 UTC (rev 1891)
+++ branches/work_Andre/org.maemo.esbox.launch.analysis/src/org/maemo/esbox/internal/analysis/launch/ESboxCppLtraceLocalLaunchShortcut.java	2009-07-24 14:36:33 UTC (rev 1892)
@@ -6,20 +6,20 @@
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *    Fabrício S Epaminondas (UFCG) - initial API and implementation
+ *    Fabrício S Epaminondas (UFCG) - initial API and implementation
  *******************************************************************************/
 
 package org.maemo.esbox.internal.analysis.launch;
 
 import org.eclipse.debug.ui.ILaunchShortcut;
-import org.maemo.mica.cpp.launch.analysis.valgrind.AbstractValgrindLocalLaunchShortcut;
+import org.maemo.mica.cpp.launch.analysis.ltrace.AbstractCppLtraceLocalLaunchShortcut;
 
 /**
- * @author Fabrício S Epaminondas (UFCG)
+ * @author Fabrício S Epaminondas (UFCG)
  *
  */
 public class ESboxCppLtraceLocalLaunchShortcut extends
-		AbstractValgrindLocalLaunchShortcut implements ILaunchShortcut {
+		AbstractCppLtraceLocalLaunchShortcut implements ILaunchShortcut {
 
 	public String getLaunchConfigurationType() {
 		return IESboxAnalysisLaunchConstants.CPP_LTRACE_LOCAL_LAUNCH_TYPE;



More information about the Esbox-commits mailing list