[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.
Hansang Bae via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jan 28 19:29:28 PST 2022
hbae added a comment.
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100185/new/
https://reviews.llvm.org/D100185
More information about the Openmp-commits
mailing list