[Openmp-commits] [PATCH] D100185: [OpenMP] [OMPD] [5/6] Implementation of OMPD debugging library - libompd. gdb-plugin: A Plugin code to gdb to leverage libompd to provide debugging support.

Vignesh Balasubramanian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Feb 1 18:46:57 PST 2022


Vigneshbalu added a comment.

In D100185#3281309 <https://reviews.llvm.org/D100185#3281309>, @hbae wrote:

> The change looks good in general.
> I tested basic usage of the ompd plugin, and it seems to work fine as expected.
> I encountered python-related build issues on some of my test systems (e.g., Ubuntu 18.04) which I cannot resolve by installing required python packages, so I wonder if we need to make this (ompd test infrastructure) an optional feature for those who are interested.

I will try to fix it by skipping the plugin build, if the build system is incompatible. 
Please give me some time, I will revert with details.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100185/new/

https://reviews.llvm.org/D100185



More information about the Openmp-commits mailing list