ROCm / ROCgdb

This is ROCgdb, the ROCm source-level debugger for Linux, based on GDB, the GNU source-level debugger.

Home Page:https://rocm.docs.amd.com/projects/ROCgdb/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not attach to process

jpsamaroo opened this issue · comments

When attempting to debug an executable with ROCgdb, I get the following error:

warning: Could not attach to process 72409
warning: amd_dbgapi_code_object_list failed (-14)

This happens whether I run with my user or with root, and regular gdb works fine on my system for both users.

This doesn't appear to be an issue any longer.