[Lldb-commits] [lldb] [lldb] Add 'modify' type watchpoints, make it default (PR #66308)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 21 03:42:12 PDT 2023
DavidSpickett wrote:
Where the "commands" are:
```
watchpoint set expression -s 4 -- tagged_ptr
watchpoint set variable global_var
```
They default to different types.
https://github.com/llvm/llvm-project/pull/66308
More information about the lldb-commits
mailing list