diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-07-27 15:45:06 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-07-27 15:45:06 +0000 |
commit | aba471f5228df8a95dc2f20ec96fa878c9d58438 (patch) | |
tree | 18213ed20e9d0b960bc438d22f4352210d6dde6f /gdb/testsuite/gdb.threads | |
parent | d4e0720445d4974a9b539df523c3c57ea393a059 (diff) | |
download | gdb-aba471f5228df8a95dc2f20ec96fa878c9d58438.zip gdb-aba471f5228df8a95dc2f20ec96fa878c9d58438.tar.gz gdb-aba471f5228df8a95dc2f20ec96fa878c9d58438.tar.bz2 |
* gdb.threads/staticthreads.exp: Match .*sem_post.
Diffstat (limited to 'gdb/testsuite/gdb.threads')
-rw-r--r-- | gdb/testsuite/gdb.threads/staticthreads.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/staticthreads.exp b/gdb/testsuite/gdb.threads/staticthreads.exp index add8d7b..9ed778e 100644 --- a/gdb/testsuite/gdb.threads/staticthreads.exp +++ b/gdb/testsuite/gdb.threads/staticthreads.exp @@ -50,7 +50,7 @@ runto_main gdb_test "break sem_post" set test "Continue to main's call of sem_post" gdb_test_multiple "continue" "$test" { - -re " sem_post .*$gdb_prompt " { + -re "Breakpoint .*, .*sem_post .*$gdb_prompt " { pass "$test" } -re "Program received signal .*$gdb_prompt " { |