[PATCH 0/2] OpenMP parallel region scope tests

Kevin Buettner kevinb@redhat.com
Thu Aug 22 17:14:00 GMT 2019


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



More information about the Gdb-patches mailing list