debugger
debugger copied to clipboard
Support hardware breakpoint
I think it is time to get this done. Previously I wrongly think LLDB does not support hardware execute breakpoint, but I am wrong, you can set such a breakpoint like break set -H -name main, and hardware read/write breakpoint can be set via the watchpoint command