OpenMPToolsInterface / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
http://llvm.org
2 stars 4 forks source link

Let gdb to "continue" after 1st break point #41

Closed vigbalu closed 3 years ago

vigbalu commented 3 years ago

When test cases are verified through "ompd_tool_test", gdb stops at first breakpoint/event. This patch will allow the program to continue till end of execution.

vigbalu commented 3 years ago

Test cases with "#pragma omp task" wil fail with this patch and that is resolved in #42