public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Philippe Waroquiers <philippe.waroquiers@skynet.be>
To: Roger Phillips <heidegg@hotmail.com>,
	Tom de Vries <tdevries@suse.de>,
	 "gdb@sourceware.org" <gdb@sourceware.org>
Subject: Re: Adding a condition on a hardware watchpoint based on watchpoint state
Date: Fri, 01 Sep 2023 21:00:08 +0200	[thread overview]
Message-ID: <ebeeccadc97c9c8beb9e3432b6c09d9f43652002.camel@skynet.be> (raw)
In-Reply-To: <SJ0PR06MB86412BD29357D25CEFA44537AAE7A@SJ0PR06MB8641.namprd06.prod.outlook.com>

In the meantime, you should be able to do what you want with command attached to the
watch point such as the below that watches the value of a variable i.

watch -location i
set var $prev = i
command $bpnum
if $prev < i
  printf "increase prev %d %d \n", $prev, i
  set var $prev = i
else
  printf "decrease prev %d %d \n", $prev, i
  set var $prev = i
  continue
end
end

On Tue, 2023-08-29 at 11:55 +0000, Roger Phillips via Gdb wrote:
> Very well, thank you. Can you imagine if and when this goes into a release?
> 
> Regards
> 
> ________________________________
> From: Tom de Vries <tdevries@suse.de>
> Sent: Tuesday, August 29, 2023 10:24 AM
> To: Roger Phillips <heidegg@hotmail.com>; gdb@sourceware.org <gdb@sourceware.org>
> 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
> 


  reply	other threads:[~2023-09-01 19:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-28 11:41 Roger Phillips
2023-08-29 10:24 ` Tom de Vries
2023-08-29 11:55   ` Roger Phillips
2023-09-01 19:00     ` Philippe Waroquiers [this message]
2023-09-01 19:57       ` Roger Phillips

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ebeeccadc97c9c8beb9e3432b6c09d9f43652002.camel@skynet.be \
    --to=philippe.waroquiers@skynet.be \
    --cc=gdb@sourceware.org \
    --cc=heidegg@hotmail.com \
    --cc=tdevries@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).