On 8/1/25 5:37 AM, Tankut Baris Aktemur wrote: > Hello, > > We (Intel) would like to submit patches to enable fundamental debug > support for Intel GPU devices. In the future, we plan to add more > patches that improve the performance and the user experience. > Those patches are already available in the downstream "Intel > Distribution for GDB" debugger at > > https://github.com/intel/gdb > > The v1 of the submission is available at > > https://sourceware.org/pipermail/gdb-patches/2024-July/210264.html > > and v2 is available at > > https://sourceware.org/pipermail/gdb-patches/2024-December/214029.html > > This revision (v3) makes the following changes: > > - The comments that have been received so far are addressed. > > - Patches are rebased on the master branch. > > - A number of patches have been refactored to improve the code.
I suggest that you run a: $ git rebase <base> -i -x 'pre-commit run --all-files' It will catch some little nits for which checks were recently added. Simon
