Previous: ranlib Procedure, Up: Target Database Procedures
This executes the cmdline on the proper host. This should be used
as a replacement for the Tcl command exec
as this version
utilizes the target config info to execute this command on the build
machine or a remote host. All config information for the remote host
must be setup to have this command work. If this is a Canadian cross
(where we test a cross compiler that runs on a different host then where
DejaGnu is running) then a connection is made to the remote host and the
command is executed there. It returns either REMOTERROR (for an error)
or the output produced when the command was executed. This is used for
running the tool to be tested, not a test case.
execute_anywhere{cmdline}
cmdline