gdb.threads/next-bp-other-thread.c: Ensure child thread is started.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 7 Mar 2023 00:55:22 +0000 (16:55 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 7 Mar 2023 00:55:22 +0000 (16:55 -0800)
commitf173b2fc9d03d9e56376ed9ad4c06e82949060dd
tree6f93e7f4f0a1cc06f9f7594560ee6eb42a8642c7
parent5c1e53c99cf08b55fda078902a7363823e8638cb
gdb.threads/next-bp-other-thread.c: Ensure child thread is started.

Use a pthread_barrier to ensure the child thread is started before
the main thread gets to the first breakpoint.
gdb/testsuite/gdb.threads/next-bp-other-thread.c