1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

Better error reporting when process exec fails

This commit is contained in:
Anton Leherbauer 2008-03-13 15:09:34 +00:00
parent 7c6bce8248
commit c6b53c99f7

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2000, 2007 QNX Software Systems and others. # Copyright (c) 2000, 2008 QNX Software Systems and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -8,6 +8,7 @@
# Contributors: # Contributors:
# QNX Software Systems - Initial API and implementation # QNX Software Systems - Initial API and implementation
# Markus Schorn (Wind River Systems) # Markus Schorn (Wind River Systems)
# Anton Leherbauer (Wind River Systems)
############################################################################### ###############################################################################
CBuilder.build_error= Build Error CBuilder.build_error= Build Error
CoreModel.BinaryRunner.Binary_Search_Thread=Searching for Binaries CoreModel.BinaryRunner.Binary_Search_Thread=Searching for Binaries
@ -58,9 +59,9 @@ Util.exception.nullPath=Path is null
Util.exception.noFileAssociation=No file associated with Binary Util.exception.noFileAssociation=No file associated with Binary
Util.exception.missingBytes=missing bytes Util.exception.missingBytes=missing bytes
Util.exception.noData=no more data Util.exception.noData=no more data
Util.exception.cannotCreatePty=Can not create pty Util.exception.cannotCreatePty=Cannot create pty
Util.exception.closeError=close error Util.exception.closeError=close error
Util.error.cannotRun=Cannot run Util.error.cannotRun=Cannot run program "{0}": {1}
Util.unknownName=unknown C++ encoded name Util.unknownName=unknown C++ encoded name
Util.unknownFormat=Unknown debug format Util.unknownFormat=Unknown debug format