Hardware breakpoint not hint when set specify load addresses for sections
I’m using lldb connect QEMU to debug linux kernel. The linux kernel been load to 0x40200000, So I have to use target modules load to defining load addresses for sections. But when set this, the hardware breakpoint can’t be hint. Is is a bug?