This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/2] OpenMP parallel region scope tests
- From: Kevin Buettner <kevinb at redhat dot com>
- To: gdb-patches at sourceware dot org
- Cc: Kevin Buettner <kevinb at redhat dot com>
- Date: Thu, 22 Aug 2019 10:14:06 -0700
- Subject: [PATCH 0/2] OpenMP parallel region scope tests
This two part series adds parallel region scope tests for OpenMP
programs.
Kevin Buettner (2):
Add gdb_compile_openmp to lib/gdb.exp
OpenMP parallel region scope tests
gdb/testsuite/gdb.threads/omp-par-scope.c | 162 +++++++++++
gdb/testsuite/gdb.threads/omp-par-scope.exp | 286 ++++++++++++++++++++
gdb/testsuite/lib/gdb.exp | 20 ++
3 files changed, 468 insertions(+)
create mode 100644 gdb/testsuite/gdb.threads/omp-par-scope.c
create mode 100644 gdb/testsuite/gdb.threads/omp-par-scope.exp
--
2.21.0