================ @@ -1342,7 +1342,9 @@ lldb::SBWatchpoint SBTarget::WatchAddress(lldb::addr_t addr, size_t size, SBWatchpointOptions options; options.SetWatchpointTypeRead(read); ---------------- puremourning wrote:
It doesn't need to: It passes read bool directly to the Set... method so it's set based on the value of 'read' https://github.com/llvm/llvm-project/pull/124847 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits