Remove unneeded checkNotNull() calls
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.ust.core / src / org / eclipse / tracecompass / lttng2 / ust / core / analysis / debuginfo / messages.properties
1 ###############################################################################
2 # Copyright (c) 2015 EfficiOS Inc. and others
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Eclipse Public License v1.0
6 # which accompanies this distribution, and is available at
7 # http://www.eclipse.org/legal/epl-v10.html
8 ###############################################################################
9
10 UstDebugInfoAnalysis_SourceAspectName = Source callsite
11 UstDebugInfoAnalysis_SourceAspectHelpText = The call site of this event in the source code
12 UstDebugInfoAnalysis_BinaryAspectName = Binary callsite
13 UstDebugInfoAnalysis_BinaryAspectHelpText = The call site of this event in the binary file
14
15 UstDebugInfoAnalysis_Offset = offset
16 UstDebugInfoAnalysis_Symbol = symbol
This page took 0.031037 seconds and 5 git commands to generate.