This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]