[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:42:01 PDT 2025


================
@@ -148,6 +148,8 @@ class LLDB_API SBBreakpoint {
 
   bool IsHardware() const;
 
+  bool SetIsHardware(bool is_hardware);
----------------
jimingham wrote:

Document the return value's meaning somewhere.

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


More information about the lldb-commits mailing list