[all-commits] [llvm/llvm-project] 51d3f4: [OpenMP][OMPD] GDB plugin code to leverage libompd...
vigbalu via All-commits
all-commits at lists.llvm.org
Tue Jul 12 02:09:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51d3f421f48f7c888c37a13be049a4ca8b61436e
https://github.com/llvm/llvm-project/commit/51d3f421f48f7c888c37a13be049a4ca8b61436e
Author: Vignesh Balasubramanian <Vignesh.Balasubrmanian at amd.com>
Date: 2022-07-12 (Tue, 12 Jul 2022)
Changed paths:
M openmp/libompd/CMakeLists.txt
A openmp/libompd/gdb-plugin/CMakeLists.txt
A openmp/libompd/gdb-plugin/README.txt
A openmp/libompd/gdb-plugin/ompd/__init__.py
A openmp/libompd/gdb-plugin/ompd/frame_filter.py
A openmp/libompd/gdb-plugin/ompd/ompd.py
A openmp/libompd/gdb-plugin/ompd/ompd_address_space.py
A openmp/libompd/gdb-plugin/ompd/ompd_callbacks.py
A openmp/libompd/gdb-plugin/ompd/ompd_handles.py
A openmp/libompd/gdb-plugin/ompdAPITests.c
A openmp/libompd/gdb-plugin/ompdModule.c
A openmp/libompd/gdb-plugin/setup.py
Log Message:
-----------
[OpenMP][OMPD] GDB plugin code to leverage libompd to provide debugging
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
More information about the All-commits
mailing list