lttng: Add a Binary Callsite aspect to the debug-info analysis
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.ust.core / src / org / eclipse / tracecompass / lttng2 / ust / core / analysis / debuginfo / Messages.java
index 1f7b1ca1113fe186707927cba639e9f2337eaad8..726280d636a51ecc198c0776cd85a9b25e7c2ab0 100644 (file)
@@ -18,15 +18,18 @@ import org.eclipse.osgi.util.NLS;
  * @author Alexandre Montplaisir
  * @since 2.0
  */
+@SuppressWarnings("javadoc")
 public class Messages extends NLS {
 
     private static final String BUNDLE_NAME = "org.eclipse.tracecompass.lttng2.ust.core.analysis.debuginfo.messages"; //$NON-NLS-1$
 
-    /** Name of the DebugInfo aspect */
-    public static @Nullable String UstDebugInfoAnalysis_AspectName;
+    public static @Nullable String UstDebugInfoAnalysis_SourceAspectName;
+    public static @Nullable String UstDebugInfoAnalysis_SourceAspectHelpText;
+    public static @Nullable String UstDebugInfoAnalysis_BinaryAspectName;
+    public static @Nullable String UstDebugInfoAnalysis_BinaryAspectHelpText;
 
-    /** Help text of the DebugInfo aspect */
-    public static @Nullable String UstDebugInfoAnalysis_AspectHelpText;
+    public static @Nullable String UstDebugInfoAnalysis_Offset;
+    public static @Nullable String UstDebugInfoAnalysis_Symbol;
 
     static {
         // initialize resource bundle
This page took 0.024161 seconds and 5 git commands to generate.