diff options
Diffstat (limited to 'gdb/testsuite/lib/gdb.exp')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index e1e9880..b9b3a45 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -523,7 +523,7 @@ proc runto { function args } { } -re "The target does not support running in non-stop mode.\r\n$gdb_prompt $" { if { $print_fail } { - unsupported "Non-stop mode not supported" + unsupported "non-stop mode not supported" } return 0 } @@ -3150,7 +3150,7 @@ gdb_caching_proc target_is_gdbserver { global gdb_prompt set is_gdbserver -1 - set test "Probing for GDBserver" + set test "probing for GDBserver" gdb_test_multiple "monitor help" $test { -re "The following monitor commands are supported.*Quit GDBserver.*$gdb_prompt $" { @@ -3602,7 +3602,7 @@ proc gdb_compile_pthreads {source dest type options} { } } if {!$built_binfile} { - unsupported "Couldn't compile [file tail $source]: ${why_msg}" + unsupported "couldn't compile [file tail $source]: ${why_msg}" return -1 } } @@ -3731,7 +3731,7 @@ proc gdb_compile_shlib_pthreads {sources dest options} { } } if {!$built_binfile} { - unsupported "Couldn't compile $sources: ${why_msg}" + unsupported "couldn't compile $sources: ${why_msg}" return -1 } } @@ -3771,7 +3771,7 @@ proc gdb_compile_objc {source dest type options} { } } if {!$built_binfile} { - unsupported "Couldn't compile [file tail $source]: ${why_msg}" + unsupported "couldn't compile [file tail $source]: ${why_msg}" return -1 } } |