diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch')
-rw-r--r-- | gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/i386-mpx.exp | 16 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/i386-permbkpt.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/pa-nullify.exp | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/powerpc-d128-regs.exp | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/vsx-regs.exp | 4 |
6 files changed, 21 insertions, 21 deletions
diff --git a/gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp b/gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp index 2eefc74..7729f6b 100644 --- a/gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp +++ b/gdb/testsuite/gdb.arch/i386-mpx-simple_segv.exp @@ -73,7 +73,7 @@ with_test_prefix "$parameters" { ".*SIGSEGV.*Yes.*Yes.*Yes.*Segmentation fault.*"\ "set parameters" - gdb_test "continue" ".*$violation.*" "Display" + gdb_test "continue" ".*$violation.*" "display" gdb_test "where" ".*#0 $hex in upper.*"\ "should be in upper" @@ -93,7 +93,7 @@ with_test_prefix "$parameters" { ".*SIGSEGV.*No.*Yes.*Yes.*Segmentation fault.*"\ "set parameters" - gdb_test "continue" ".*$segv_with_exit.*" "Display" + gdb_test "continue" ".*$segv_with_exit.*" "display" gdb_test "where" "No stack." "no inferior" } @@ -112,7 +112,7 @@ with_test_prefix "$parameters" { ".*SIGSEGV.*Yes.*Yes.*No.*Segmentation fault.*"\ "set parameters" - gdb_test "continue" ".*$violation.*" "Display" + gdb_test "continue" ".*$violation.*" "display" gdb_test "where" ".*#0 $hex in upper.*"\ "should be in upper" diff --git a/gdb/testsuite/gdb.arch/i386-mpx.exp b/gdb/testsuite/gdb.arch/i386-mpx.exp index 7f4727e..dc1ad56 100644 --- a/gdb/testsuite/gdb.arch/i386-mpx.exp +++ b/gdb/testsuite/gdb.arch/i386-mpx.exp @@ -71,30 +71,30 @@ gdb_breakpoint [ gdb_get_line_number "break here" ] gdb_continue_to_breakpoint "break here" ".*break here.*" set test_string ".*\\\{lbound = 0xa, ubound = 0x13\\\}.*" -gdb_test "info register bnd0" ".*bnd0$test_string" "Pure bnd0 register" +gdb_test "info register bnd0" ".*bnd0$test_string" "pure bnd0 register" set test_string ".*\\\{lbound = 0x14, ubound = 0x1d\\\}.*" -gdb_test "info register bnd1" ".*bnd1$test_string" "Pure bnd1 register" +gdb_test "info register bnd1" ".*bnd1$test_string" "pure bnd1 register" set test_string ".*\\\{lbound = 0x1e, ubound = 0x27\\\}.*" -gdb_test "info register bnd2" ".*bnd2$test_string" "Pure bnd2 register" +gdb_test "info register bnd2" ".*bnd2$test_string" "pure bnd2 register" set test_string ".*\\\{lbound = 0x28, ubound = 0x31\\\}.*" -gdb_test "info register bnd3" ".*bnd3$test_string" "Pure bnd3 register" +gdb_test "info register bnd3" ".*bnd3$test_string" "pure bnd3 register" # Read value from registers bndrs. set test_string ".*\\\{lbound = 0xa, ubound_raw = 0x\[f\]+ec\\\}.*" -gdb_test "info register bnd0raw" ".*bnd0$test_string" "Pure bnd0r register" +gdb_test "info register bnd0raw" ".*bnd0$test_string" "pure bnd0r register" set test_string ".*\\\{lbound = 0x14, ubound_raw = 0x\[f\]+e2\\\}.*" -gdb_test "info register bnd1raw" ".*bnd1$test_string" "Pure bnd1r register" +gdb_test "info register bnd1raw" ".*bnd1$test_string" "pure bnd1r register" set test_string ".*\\\{lbound = 0x1e, ubound_raw = 0x\[f\]+d8\\\}.*" -gdb_test "info register bnd2raw" ".*bnd2$test_string" "Pure bnd2r register" +gdb_test "info register bnd2raw" ".*bnd2$test_string" "pure bnd2r register" set test_string ".*\\\{lbound = 0x28, ubound_raw = 0x\[f\]+ce\\\}.*" -gdb_test "info register bnd3raw" ".*bnd3$test_string" "Pure bnd3r register" +gdb_test "info register bnd3raw" ".*bnd3$test_string" "pure bnd3r register" # Setting fields on bnds set test_string ".*\\\{lbound = 0xa, ubound = 0x400\\\}.*" diff --git a/gdb/testsuite/gdb.arch/i386-permbkpt.exp b/gdb/testsuite/gdb.arch/i386-permbkpt.exp index 083217b..c2dc620 100644 --- a/gdb/testsuite/gdb.arch/i386-permbkpt.exp +++ b/gdb/testsuite/gdb.arch/i386-permbkpt.exp @@ -35,5 +35,5 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list clean_restart ${binfile} -gdb_test "break main" "" "First permanent break" -gdb_test "break main" "" "Second permanent break" +gdb_test "break main" "" "first permanent break" +gdb_test "break main" "" "second permanent break" diff --git a/gdb/testsuite/gdb.arch/pa-nullify.exp b/gdb/testsuite/gdb.arch/pa-nullify.exp index cbc66bf..9a98fe4 100644 --- a/gdb/testsuite/gdb.arch/pa-nullify.exp +++ b/gdb/testsuite/gdb.arch/pa-nullify.exp @@ -51,7 +51,7 @@ gdb_load ${binfile} # that we end up back at the caller and not at the second instruction. gdb_breakpoint foo -gdb_test "run" "Breakpoint 1, .* in foo.*" "Breakpoint at foo" +gdb_test "run" "Breakpoint 1, .* in foo.*" "breakpoint at foo" set test "stepi till main" gdb_test_multiple "stepi" "${test}" { @@ -97,9 +97,9 @@ set foo_last "(bar - 4)" gdb_breakpoint "*$foo_last" gdb_test "continue" "Breakpoint \[0-9\]*,.* in foo.*" -gdb_test "backtrace" "in foo.*in main.*" "Backtrace from last insn in foo" +gdb_test "backtrace" "in foo.*in main.*" "backtrace from last insn in foo" gdb_test "stepi" "in foo.*" "stepi to nullified instruction stays in foo" -gdb_test "backtrace" "in foo.*in main.*" "Backtrace from nullified insn" +gdb_test "backtrace" "in foo.*in main.*" "backtrace from nullified insn" gdb_test "stepi" "in main.*" "stepi to main" # In the third test, we verify that backtraces from nullified instructions diff --git a/gdb/testsuite/gdb.arch/powerpc-d128-regs.exp b/gdb/testsuite/gdb.arch/powerpc-d128-regs.exp index 4a08f26..2be82c3 100644 --- a/gdb/testsuite/gdb.arch/powerpc-d128-regs.exp +++ b/gdb/testsuite/gdb.arch/powerpc-d128-regs.exp @@ -44,16 +44,16 @@ if { ![runto main] } then { return } -if [gdb_test "show arch" ".*currently powerpc:common.*" "Checking for PPC arch"] { +if [gdb_test "show arch" ".*currently powerpc:common.*" "checking for PPC arch"] { return -1 } gdb_test "next" "" for {set i 0} {$i < 16} {incr i 1} { -gdb_test "set \$dl$i=d128" "" "Set dl$i register" +gdb_test "set \$dl$i=d128" "" "set dl$i register" -gdb_test "print \$dl$i" "\\\$$decimal = 1\.2345678910" "Print dl$i register as DFP" +gdb_test "print \$dl$i" "\\\$$decimal = 1\.2345678910" "print dl$i register as DFP" gdb_test "info reg dl$i" \ "dl$i\[ \]*1\.2345678910\[\t\]*\\(raw 0x2205800000000000000000049c5de09c\\)" \ diff --git a/gdb/testsuite/gdb.arch/vsx-regs.exp b/gdb/testsuite/gdb.arch/vsx-regs.exp index 31e58e6..6c708e1 100644 --- a/gdb/testsuite/gdb.arch/vsx-regs.exp +++ b/gdb/testsuite/gdb.arch/vsx-regs.exp @@ -199,9 +199,9 @@ if { $core_loaded == -1 } { } for {set i 0} {$i < 32} {incr i 1} { - gdb_test "info reg vs$i" "vs$i.*$vector_register2" "Restore vs$i from core file" + gdb_test "info reg vs$i" "vs$i.*$vector_register2" "restore vs$i from core file" } for {set i 32} {$i < 64} {incr i 1} { - gdb_test "info reg vs$i" "vs$i.*$vector_register3" "Restore vs$i from core file" + gdb_test "info reg vs$i" "vs$i.*$vector_register3" "restore vs$i from core file" } |