* lib/gcc-simulate-thread.exp (simulate-thread): Improve error message.

From-SVN: r181454
This commit is contained in:
Uros Bizjak 2011-11-17 22:00:16 +01:00
parent e351ae8587
commit f6546dbc89

View File

@ -45,7 +45,7 @@ proc simulate-thread { args } {
return
}
set message "(thread simulation test)"
set message "thread simulation test"
send_log "Spawning: $gdb_name -nx -nw -quiet -x $cmd_file ./$exec_file\n"
set res [remote_spawn target "$gdb_name -nx -nw -x $cmd_file ./$exec_file"]