[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 Sep 13 23:13:23 PDT 2022


Vigneshbalu added a comment.

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.


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