Re: [lldb-dev] how to set a watchpoint on an "unsigned short" parameter ?
> new value: 3 > Process 1 stopped > * thread #1, name = 'T1', stop reason = watchpoint 1 > frame #0: 0x50f8 watch`f(i=3) at watch.c:6:10 >3unsigned short f(unsigned short i) >4{ >5 i++; > -> 6 return i; >7} >
[lldb-dev] how to set a watchpoint on an "unsigned short" parameter ?
Good day - I'd be most grateful if anyone could enlighten me as to how to set a watchpoint on an unsigned short parameter variable in lldb . I am trying to follow the instructions at : https://lldb.llvm.org/lldb-gdb.html but they do not work to set watchpoints. There seems to be