Bbl debugging using gdb

Hello,

In summary, I found out why bbl didn’t work well. That was because uninitialized variables. (i.e. bss)
I think bss area should be clear but I can’t find it in riscv-pk.

Regards,
cm