[Openmp-commits] [PATCH] Enable debugger support
    Jonathan Peyton 
    jonathan.l.peyton at intel.com
       
    Tue May 26 13:32:20 PDT 2015
    
    
  
Hi hfinkel,
These changes enable external debuggers to conveniently interface with the LLVM OpenMP Library.  Structures are added which describe the important internal structures of the OpenMP Library e.g., teams, threads, etc.  This feature is turned on by default (LIBOMP_USE_DEBUGGER) and can be turned off with -DLIBOMP_USE_DEBUGGER=off.
REPOSITORY
  rL LLVM
http://reviews.llvm.org/D10038
Files:
  runtime/CMakeLists.txt
  runtime/cmake/Definitions.cmake
  runtime/cmake/SourceFiles.cmake
  runtime/src/dllexports
  runtime/src/exports_so.txt
  runtime/src/kmp.h
  runtime/src/kmp_barrier.cpp
  runtime/src/kmp_debugger.c
  runtime/src/kmp_debugger.h
  runtime/src/kmp_omp.h
  runtime/src/kmp_runtime.c
  runtime/src/makefile.mk
  runtime/tools/src/common-tools.mk
EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10038.26531.patch
Type: text/x-patch
Size: 26685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20150526/34384b82/attachment.bin>
    
    
More information about the Openmp-commits
mailing list