mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
2001-05-24 Michael Snyder <msnyder@redhat.com>
* gdb.threads/pthreads.exp (all_threads_running): Add an explicit test for (full_coverage == 0). This makes the test run faster, and prevents dejagnu getting out of step.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2001-05-24 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
|
* gdb.threads/pthreads.exp (all_threads_running): Add an explicit
|
||||||
|
test for (full_coverage == 0). This makes the test run faster,
|
||||||
|
and prevents dejagnu getting out of step.
|
||||||
|
|
||||||
2001-05-23 Kevin Buettner <kevinb@redhat.com>
|
2001-05-23 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
* gdb.base/finish.exp (finish_void): Revise pattern for
|
* gdb.base/finish.exp (finish_void): Revise pattern for
|
||||||
|
@ -170,7 +170,11 @@ proc all_threads_running {} {
|
|||||||
|
|
||||||
send_gdb "p common_routine::full_coverage\n"
|
send_gdb "p common_routine::full_coverage\n"
|
||||||
gdb_expect {
|
gdb_expect {
|
||||||
-re ".*= 1\r\n$gdb_prompt $" {}
|
-re ".* = 1.*$gdb_prompt $" {}
|
||||||
|
-re ".* = 0.*$gdb_prompt $" {
|
||||||
|
fail "some threads didn't run"
|
||||||
|
return 0
|
||||||
|
}
|
||||||
default {
|
default {
|
||||||
fail "some threads didn't run"
|
fail "some threads didn't run"
|
||||||
return 0
|
return 0
|
||||||
|
Reference in New Issue
Block a user