ROCgdb icon indicating copy to clipboard operation
ROCgdb copied to clipboard

Is it possible to debug loaded kernels?

Open jeageun opened this issue 2 years ago • 1 comments

Hi there,

I'm trying to debug the kernel which is loaded using loadCodeObjectFile, but I can't set breakpoint or step into functions. For the launcher and actual kernel objects are compiled with -g -ggdb -O0 options. However, when I call "hipExtModuleLaunchKernel" which is the function to call actual loaded kernel, it just return to the host, and could not step into the kernel. How could I step into the kernel?

jeageun avatar Jun 20 '23 22:06 jeageun

@jeageun Apologies for the lack of response. Do you still need assistance with this issue? Thanks!

ppanchad-amd avatar Aug 09 '24 14:08 ppanchad-amd