Re: Adding a condition on a hardware watchpoint based on watchpoint state
Roger Phillips via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <SJ0PR06MB86412BD29357D25CEFA44537AAE7A@SJ0PR06MB8641.namprd06.prod.outlook.com> |
Very well, thank you. Can you imagine if and when this goes into a release? Regards ________________________________ From: Tom de Vries <[email protected]> Sent: Tuesday, August 29, 2023 10:24 AM To: Roger Phillips <[email protected]>; [email protected] <[email protected]> Subject: Re: Adding a condition on a hardware watchpoint based on watchpoint state 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