Skip to main content
summaryrefslogtreecommitdiffstats
blob: 14cb80d49215d6bd64ffd6d8af80795b5105e97b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
###############################################################################
# Copyright (c) 2005, 2008 QNX Software Systems and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     QNX Software Systems - initial API and implementation
#     Wind River Systems - adapted to work with platform Modules view (bug 210558)
###############################################################################
ModulesView.Executable=executable
ModulesView.SharedLibrary=shared library
ModulesView.Type=Type: 
ModulesView.Symbols=Symbols: 
ModulesView.Loaded=loaded
ModulesView.NotLoaded=not loaded
ModulesView.SymbolsFile=Symbols file: 
ModulesView.CPU=CPU: 
ModulesView.BaseAddress=Base address: 
ModulesView.Size=Size: 
ModulesView.SymbolsLoaded=\ (symbols loaded)
ModulesView.SymbolsNotLoaded=(symbols not loaded)
ModulesView.SelectAll=Select &All
ModulesView.Copy=&Copy

Back to the top