[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
Wed Jul 2 09:48:49 PDT 2025


jimingham wrote:

It would be good to test the response to enabling a HW breakpoint or trying to set it to HW when you've exhausted the number of HW breakpoint resources.  For some reason we have SBProcess::GetNumSupportedHardwareWatchpoints but not SBProcess::GetNumSupportedHardwareBreakpoints.  But you could just keep setting HW breakpoints till you get an error.

https://github.com/llvm/llvm-project/pull/146602


More information about the lldb-commits mailing list