Adding a condition on a hardware watchpoint based on watchpoint state
Roger Phillips via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <SJ0PR06MB8641A42C4AEEB1835D60E688AAE0A@SJ0PR06MB8641.namprd06.prod.outlook.com> |
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? Regards