Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Yao Qi <qiyaoltc@gmail.com>
To: Pedro Alves <palves@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 3/3] [AArch64] Remove tag from address for watchpoint
Date: Thu, 09 Nov 2017 21:09:00 -0000	[thread overview]
Message-ID: <20171109210950.GD318@1170ee0b50d5> (raw)
In-Reply-To: <2fe62186-f1db-cf5c-f0e2-c18e35089dd9@redhat.com>

On 17-11-09 20:30:42, Pedro Alves wrote:
> And then at places where we need to save or compare memory addresses,
> like in the watchpoint location addresses case we strip out / ignore
> non-significant bits.
> 
> And the next question is: if you're adding a gdbarch hook such as
> this one (either significant_addr_bit or addr_tag_remove)
> why not use it for all the cases handled by the different patches in
> this series, instead of using different solutions for each case?
> I.e., for memory access, saving breakpoint and watchpoint
> location addresses, the dcache, and any other future case we run
> into, like e.g., maybe agent expressions.

I thought about this, using this new added gdbarch method everywhere.
The reason I didn't do that is due to breakpoint location address
comparison (I think I can use the new gdbarch method for the rest,
watchpoint location and dcache).

As I wrote in patch #2,

> When program hits a breakpoint, the stopped pc reported by Linux kernle is
> the address *without* tag, so it is better the address recorded in
> breakpoint location is the one without tag too, so we can still match
> breakpoint location address and stopped pc reported by Linux kernel, by
> simple compare.  I did try the different approach, that is keep the tag in
> the address saved in the breakpoint location, but I need to change many
> places of "loc->address == pc", so I give up on this way.

I remember code pattern "loc->address == pc" exists many places in
breakpoint.c.  I can give a try again.

-- 
Yao (齐尧)


  parent reply	other threads:[~2017-11-09 21:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-26  8:29 [PATCH 0/3 v2] [AArch64] Support tagged pointer Yao Qi
2017-10-26  8:30 ` [PATCH 2/3] [AArch64] Adjust breakpoint on tagged address Yao Qi
2017-10-26  8:30 ` [PATCH 3/3] [AArch64] Remove tag from address for watchpoint Yao Qi
2017-11-09 20:30   ` Pedro Alves
2017-11-09 21:08     ` Simon Marchi
2017-11-09 21:20       ` Yao Qi
2017-11-09 21:09     ` Yao Qi [this message]
2017-11-09 22:25       ` Pedro Alves
2017-10-26  8:30 ` [PATCH 1/3] [AArch64 Linux] Get rid of top byte from tagged address on memory access Yao Qi
2017-11-09 20:24   ` Pedro Alves

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=20171109210950.GD318@1170ee0b50d5 \
    --to=qiyaoltc@gmail.com \
    --cc=gdb-patches@sourceware.org \
    --cc=palves@redhat.com \
    /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