tmf: Use a symbol provider to locate symbols
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / messages.properties
index eddb4e595022ff9c52e826095ec68c5aa8cc89b8..4dbccf37a857b89db3abfce3806d4a9a0df227da 100644 (file)
@@ -307,18 +307,14 @@ CallStackView_DepthColumn=Depth
 CallStackView_EntryTimeColumn=Entry time
 CallStackView_ExitTimeColumn=Exit time
 CallStackView_DurationColumn=Duration
+CallStackView_ThreadColumn=Thread
 CallStackView_StackInfoNotAvailable=Stack info not available
 CallStackView_SortByThreadName=Sort threads by thread name
 CallStackView_SortByThreadId=Sort threads by thread id
 CallStackView_SortByThreadTime=Sort threads by start time
-CallStackView_ImportMappingButtonText=Import mapping file...
-CallStackView_ImportMappingButtonTooltip=Import a text file containing the mapping between addresses and function names
-CallStackView_ImportMappingDialogTitle=Select Mapping File
-CallStackView_ImportMappingJobName=Updating Call Stack view function mapping
 
-CallStackView_ImportBinaryFileButtonText=Import binary file...
-CallStackView_ImportBinaryFileButtonTooltip=Import a binary file containing debugging symbols
-CallStackView_ImportBinaryFileDialogTitle=Select Binary File
+CallStackView_ConfigureSymbolProvidersText=Configure symbol providers
+CallStackView_ConfigureSymbolProvidersTooltip=Configure how the addresses are mapped to function names
 
 CopyToClipboardOperation_TaskName=Copying to Clipboard
 CopyToClipboardOperation_OutOfMemoryErrorTitle=Out Of Memory Error
@@ -327,3 +323,22 @@ CopyToClipboardOperation_OutOfMemoryErrorMessage=The full selection cannot be co
 ExportToTextJob_Export_to=Export to {0}...
 ExportToTextJob_Export_trace_to=Export trace to {0}
 ExportToTextJob_Unable_to_export_trace=Unable to export trace to {0}
+
+#Symbol providers
+SymbolProviderConfigDialog_title = Symbol mapping
+SymbolProviderConfigDialog_message = Configure how symbols are resolved
+
+BasicSymbolProviderPrefPage_radioBinaryFile_text=Select a binary file
+BasicSymbolProviderPrefPage_radioBinaryFile_tooltip=Select a binary file, executable or library,\nthat was used to produce the selected trace
+BasicSymbolProviderPrefPage_radioMappingFile_text=Select a mapping file
+BasicSymbolProviderPrefPage_radioMappingFile_tooltip=Select a symbol to address mapping file of the binary used\n\
+to produce the selected trace.\n\
+Such a file can be generated using the 'nm' tool.
+BasicSymbolProviderPrefPage_btnBrowse=Browse...
+BasicSymbolProviderPrefPage_description=Symbol provider configuration for trace "{0}"
+BasicSymbolProviderPrefPage_ImportMappingDialogTitle=Select Mapping File
+BasicSymbolProviderPrefPage_ImportBinaryFileDialogTitle=Select Binary File
+BasicSymbolProviderPrefPage_errorFileDoesNotExists=The current path is not a file or it does not exist
+BasicSymbolProviderPrefPage_errorSpecifyFile=Please specify a valid binary or mapping file
+BasicSymbolProviderPrefPage_loadingConfigurations=Loading configurations...
+
This page took 0.026165 seconds and 5 git commands to generate.