[Lldb-commits] [lldb] [lldb] refactor watchpoint functionality (PR #159807)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 19 09:47:48 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list