gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 19 Mar 2012 09:34:13 +0000 (09:34 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 19 Mar 2012 09:34:13 +0000 (09:34 +0000)
* gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/cond-eval-mode.exp

index 4afb7098be3163db9011dffcb7bc0974d1975260..f2ea686eb42b5919bc0164b6115fef158300c1af 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
+
 2012-03-17  Doug Evans  <dje@google.com>
 
        * dg-extract-results.sh: Handle KFAILs.
index dbbfc28bf9dbd11de8a8574eaca4fd7ba315a874..965c4978a9bcfc514cddc768b38b9259cf02a278 100644 (file)
@@ -30,7 +30,7 @@ gdb_test_no_output $test_auto
 
 # If target-side condition evaluation is not supported, this warning will be
 # displayed.
-set warning "warning: Target does not support breakpoint condition evaluation.\r\nUsing GDB evaluation mode instead.\r\n"
+set warning "warning: Target does not support breakpoint condition evaluation.\r\nUsing host evaluation mode instead.\r\n"
 
 gdb_test_multiple $test_target $test_target {
     -re "$warning$gdb_prompt $" {