================
@@ -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