Re: Adding a condition on a hardware watchpoint based on watchpoint state
Tom de Vries via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/28/23 13:41, Roger Phillips via Gdb wrote: > Greetings, > > I want to install a condition on a hardware watchpoint so that only accesses are stopped that increase the value of the variable 1 -> 2 etc. > > Is this possible? > There's an enhancement PR open about this ( https://sourceware.org/bugzilla/show_bug.cgi?id=29480 ). Thanks, - Tom