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.properties
CommitLineData
ef7f180d
AM
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
df993132
AM
10UstDebugInfoAnalysis_SourceAspectName = Source callsite
11UstDebugInfoAnalysis_SourceAspectHelpText = The call site of this event in the source code
12UstDebugInfoAnalysis_BinaryAspectName = Binary callsite
13UstDebugInfoAnalysis_BinaryAspectHelpText = The call site of this event in the binary file
14
15UstDebugInfoAnalysis_Offset = offset
16UstDebugInfoAnalysis_Symbol = symbol
This page took 0.025913 seconds and 5 git commands to generate.