[Openmp-commits] [PATCH] Enable debugger support

hfinkel at anl.gov hfinkel at anl.gov
Wed May 27 10:48:24 PDT 2015




REPOSITORY
  rL LLVM

================
Comment at: runtime/src/kmp_debugger.h:24
@@ +23,3 @@
+
+extern int __kmp_debugging;             /* Boolean whether currently debugging OpenMP RTL */
+// Return number of threads specified by the debugger for given parallel region.
----------------
Please document how, by whom, and when this can be set.

================
Comment at: runtime/src/kmp_debugger.h:26
@@ +25,3 @@
+// Return number of threads specified by the debugger for given parallel region.
+int __kmp_omp_num_threads( ident_t const * ident );
+
----------------
How is the ident parameter used? (please document that)

http://reviews.llvm.org/D10038

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the Openmp-commits mailing list