mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-22 15:52:51 +08:00
gdb/testsuite/
* gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
This commit is contained in:
gdb/testsuite
@ -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.
|
||||
|
@ -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 $" {
|
||||
|
Reference in New Issue
Block a user