Commit f6546dbc by Uros Bizjak

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

From-SVN: r181454
parent e351ae85
...@@ -45,7 +45,7 @@ proc simulate-thread { args } { ...@@ -45,7 +45,7 @@ proc simulate-thread { args } {
return 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" 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"] set res [remote_spawn target "$gdb_name -nx -nw -x $cmd_file ./$exec_file"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment