================
@@ -356,7 +356,7 @@ class LLDB_API SBValue {
   ///     return due to a value not being contained in memory, too
   ///     large, or watchpoint resources are not available or all in
   ///     use.
-  lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write,
+  lldb::SBWatchpoint Watch(bool resolve_location, SBWatchpointOptions options,
----------------
jimingham wrote:

You can't change extant SB API's - we maintain strict binary compatibility.  
You'll have to add these as overloads.

https://github.com/llvm/llvm-project/pull/151195
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to