[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.

Kazushi Marukawa via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 13 23:32:56 PDT 2022


kaz7 added a comment.

In D100185#3788693 <https://reviews.llvm.org/D100185#3788693>, @Vigneshbalu wrote:

> python3 is required to build gdb-plugin code. It is used as an interface between gdb, libompd and openmp runtime (libomp).
> please use configuration variable "DISABLE_OMPD_GDB_PLUGIN" to disable the plugin code.
>
> I will see if we can disable by default when python is not available.

Thanks.  It works fine if I install not only python3 but also python3-dev, but it worth to modify CMakefile to handle users who install only python3.


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