[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
Wed Mar 23 03:06:05 PDT 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.

Ubuntu and debian have its own patch on python pip which was causing failure.
Made changes in CMake to pick proper flag depend upon distributions and pip versions.
Tested the same on debian, ubuntu (wiht 9.01 and 21+ pip versions), centos and rhel.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100185



More information about the Openmp-commits mailing list