[Lldb-commits] [lldb] [lldb] Add 'modify' type watchpoints, make it default (PR #66308)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 13 19:05:36 PDT 2023
================
@@ -31,13 +31,15 @@ class OptionGroupWatchpoint : public OptionGroup {
void OptionParsingStarting(ExecutionContext *execution_context) override;
// Note:
- // eWatchRead == LLDB_WATCH_TYPE_READ; and
+ // eWatchRead == LLDB_WATCH_TYPE_READ
// eWatchWrite == LLDB_WATCH_TYPE_WRITE
+ // eWatchModify == LLDB_WATCH_TYPE_MODIFY
----------------
JDevlieghere wrote:
These should be Doxygen (`///`) comments.
https://github.com/llvm/llvm-project/pull/66308
More information about the lldb-commits
mailing list