================
@@ -58,37 +59,92 @@ class Watchpoint : public
std::enable_shared_from_this<Watchpoint>,
const WatchpointEventData &operator=(const WatchpointEventData &) = delete;
};
+ // Make sure watchpoint is properly disabled and subsequently enabled while
+ // performing watchpoint actions.
----------------
adrian-prantl wrote:
These should be doxygen comments `///`
https://github.com/llvm/llvm-project/pull/159807
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits