summaryrefslogtreecommitdiff
path: root/openmp/libompd/gdb-plugin/ompdModule.c
AgeCommit message (Collapse)Author
2025-08-15[OpenMP] Update ompdModule.c printf to match argument type (#152785)CatherineMoore
Update printf format string to match argument list --------- Co-authored-by: Joachim <protze@rz.rwth-aachen.de> Co-authored-by: Joachim Jenke <jenke@itc.rwth-aachen.de>
2025-08-15[OpenMP] Update printf statement with missing argument. (#153704)CatherineMoore
2022-10-24[ompd] Fix gdb-plugin warnings after D100185Fangrui Song
2022-09-06[OpenMP][OMPD] GDB plugin code to leverage libompd to provide debuggingVignesh Balasubramanian
support for OpenMP programs. This is 5th of 6 patches started from https://reviews.llvm.org/D100181 This plugin code, when loaded in gdb, adds a few commands like ompd icv, ompd bt, ompd parallel. These commands create an interface for GDB to read the OpenMP runtime through libompd. Reviewed By: @dreachem Differential Revision: https://reviews.llvm.org/D100185
2022-07-21Revert "[OpenMP][OMPD] GDB plugin code to leverage libompd to provide debugging"Ye Luo
This reverts commit 51d3f421f48f7c888c37a13be049a4ca8b61436e.
2022-07-12[OpenMP][OMPD] GDB plugin code to leverage libompd to provide debuggingVignesh Balasubramanian
support for OpenMP programs. This is 5th of 6 patches started from https://reviews.llvm.org/D100181 This plugin code, when loaded in gdb, adds a few commands like ompd icv, ompd bt, ompd parallel. These commands create an interface for GDB to read the OpenMP runtime through libompd. Reviewed By: @dreachem Differential Revision: https://reviews.llvm.org/D100185