[Lldb-commits] [lldb] [lldb] Add SB API to make a breakpoint a hardware breakpoint (PR #146602)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 1 16:48:54 PDT 2025
jimingham wrote:
I think SetIsHardware needs a return value. After all, you could have a software breakpoint set, and then make as many other hardware breakpoints as you have resources for, and THEN you go to change the software breakpoint to hardware. We need to tell the user that that didn't work.
https://github.com/llvm/llvm-project/pull/146602
More information about the lldb-commits
mailing list