* gdb.threads/staticthreads.exp: Match .*sem_post.
This commit is contained in:
parent
d4e0720445
commit
aba471f522
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.threads/staticthreads.exp: Match .*sem_post.
|
||||||
|
|
||||||
2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
|
2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.base/readline.exp (operate_and_get_next): Match the final
|
* gdb.base/readline.exp (operate_and_get_next): Match the final
|
||||||
|
|
|
@ -50,7 +50,7 @@ runto_main
|
||||||
gdb_test "break sem_post"
|
gdb_test "break sem_post"
|
||||||
set test "Continue to main's call of sem_post"
|
set test "Continue to main's call of sem_post"
|
||||||
gdb_test_multiple "continue" "$test" {
|
gdb_test_multiple "continue" "$test" {
|
||||||
-re " sem_post .*$gdb_prompt " {
|
-re "Breakpoint .*, .*sem_post .*$gdb_prompt " {
|
||||||
pass "$test"
|
pass "$test"
|
||||||
}
|
}
|
||||||
-re "Program received signal .*$gdb_prompt " {
|
-re "Program received signal .*$gdb_prompt " {
|
||||||
|
|
Loading…
Add table
Reference in a new issue