mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-14 08:43:27 +08:00
* gdb.threads/staticthreads.exp: Match .*sem_post.
This commit is contained in:
gdb/testsuite
@ -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>
|
||||
|
||||
* gdb.base/readline.exp (operate_and_get_next): Match the final
|
||||
|
@ -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 " {
|
||||
|
Reference in New Issue
Block a user