ROCm / ROCgdb

This is ROCgdb, the ROCm source-level debugger for Linux, based on GDB, the GNU source-level debugger.
https://rocm.docs.amd.com/projects/ROCgdb/en/latest/
GNU General Public License v2.0
50 stars 9 forks source link

set scheduler-locking on not working in step mode #22

Open hgtsoi opened 1 year ago

hgtsoi commented 1 year ago

Envs: rocgdb, ROCm5.2 Ubuntu 18.04 vega20

When breakpoint hit in one Wave,

stepi;

And then, current thread PC step to next asm line, but all other wave threads resumed and run to end. Is this the expected behavior?

I thought other threads should blocks sinc scheduler-locking was on.

ppanchad-amd commented 2 months ago

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