[Lldb-commits] [lldb] [lldb] Add 'modify' type watchpoints, make it default (PR #66308)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 14 13:41:26 PDT 2023
jasonmolenda wrote:
> ```
> SBWatchpoint SBTarget::WatchpointCreateByAddress(addr_t address, size_t size, uint32_t access_flags, SBError &error);
> ```
>
> with `eWatchpointAccess{Read,Write,Modify}` flags defined.
@bulbazord what do you think about this suggestion? Would you still prefer an Options class?
https://github.com/llvm/llvm-project/pull/66308
More information about the lldb-commits
mailing list