| ############################################################################### |
| # Copyright (c) 2013-2014 Ericsson |
| # |
| # 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: |
| # Ericsson - Initial API and implementation |
| ############################################################################### |
| |
| GdbTrace_ExecutableNotSet=Trace executable not set |
| GdbTrace_FailedToInitializeTrace=Failed to initialize trace |
| GdbTrace_FileNotFound=File not found: {0} |
| GdbTrace_GdbTracesMustBeAFile=GdbTrace must be a file: {0} is not a file |
| GdbTrace_IOException=IOException validating file: {0} |
| GdbTrace_NotGdbTraceFile=The file {0} is not a GDB binary trace file |