================
@@ -6,11 +6,7 @@
 ) lldb::SBWatchpointOptions::SetWatchpointTypeRead;
 %feature("docstring", "Gets whether the watchpoint should stop on read 
accesses."
 ) lldb::SBWatchpointOptions::GetWatchpointTypeRead;
-%feature("docstring", "Sets whether the watchpoint should stop on write 
accesses."
+%feature("docstring", "Sets whether the watchpoint should stop on write 
accesses. eWatchpointWriteTypeOnModify is the most commonly useful mode, where 
lldb will stop when the watched value has changed. eWatchpointWriteTypeAlways 
will stop on any write to the watched region, and on some targets there can 
false watchpoint stops where memory near the watched region was written, and 
lldb cannot detect that it is a spurious stop."
----------------
clayborg wrote:

Do we need to state "and on some targets there can false watchpoint stops where 
memory near the watched region was written, and lldb cannot detect that it is a 
spurious stop."? Can we remove that? Seems like information that most users 
wouldn't need to know?

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

Reply via email to