blob: 29f43cd2084eb27a187403f913f3dc0d15460d36 [file] [log] [blame]
###############################################################################
# Copyright (c) 2009, 2010, 2011 Nokia 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:
# Nokia - Initial API and implementation
###############################################################################
Expressions_CannotCastOutsideFrame=cannot cast expressions outside stack frame
Expressions_CannotModifyCompositeValue=Cannot modify the value of a composite type
Expressions_CannotParseExpression=cannot parse expression
Expressions_SyntaxError=syntax error
Expressions_ErrorInVariableFormatter=Error in variable formatter:
Expressions_ExpressionNoLocation=expression has no location
Disassembly_CannotReadMemoryAt=Cannot read memory at {0} (length {1})
Disassembly_NoDisassemblerYet=No disassembler is available yet.
BPAttrTranslator_BkptAddressNotInModule=Address breakpoint at {0} does not fall in the module [{1}].
BPAttrTranslator_WatchptLocationInvalid=Cannot get address for expression "{0}" in module [{1}].
BPAttrTranslator_WatchptNoContext=Cannot evaluate expression "{0}"; context unavailable.
BPAttrTranslator_WatchptNoExprService=Cannot evaluate expression "{0}"; EDC Expression service unavailable.
BPAttrTranslator_WatchptNotInModule=Watchpoint for expression "{0}" at address {1} does not fall in the module [{2}].