Hi Cordell, On 2024-09-09 11:43, Cordell Bloor wrote: > The configure script will build AMD GPU debugging support by default if > amd-dbgapi-dev is found, but you can use --with-amd-dbgapi=<auto,yes,no> > during configuration for more control.
Is it sufficient to just add amd-dbgapi-dev to build-depends in order to get a gdb with AMD GPU debugging support? I tried with with `sbuild --dist sid gdb --add-depends=amd-dbgapi-dev`, the build went fine, but then I can't use the commands mentioned on [1], eg. `show amdgpu precise-memory` does not seem to work. Is there anything else to be done in order to test the functionality? Thanks, Emanuele [1] https://sourceware.org/gdb/current/onlinedocs/gdb.html/AMD-GPU.html