From: Patrick Palka <patrick@parcs.ath.cx>
To: gdb-patches@sourceware.org
Cc: Patrick Palka <patrick@parcs.ath.cx>
Subject: Re: [PATCH] Fix PR12526: -location watchpoints for bitfield arguments
Date: Wed, 20 Aug 2014 20:59:00 -0000 [thread overview]
Message-ID: <CA+C-WL9eL=qt7q8i_QDXOUkVbN0LMqT=sDkYu80nPVzgxO=0Ow@mail.gmail.com> (raw)
In-Reply-To: <1408563606-24314-1-git-send-email-patrick@parcs.ath.cx>
Oops, found a bug: the line
addr += bitsize / 8;
ought to be
addr += bitpos / 8;
next prev parent reply other threads:[~2014-08-20 20:59 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-20 19:40 Patrick Palka
2014-08-20 20:59 ` Patrick Palka [this message]
2014-08-21 3:32 ` [PATCH v2] " Patrick Palka
2014-08-27 14:28 ` Patrick Palka
2014-09-03 13:18 ` Patrick Palka
2014-09-04 15:04 ` Pedro Alves
2014-09-07 18:36 ` Patrick Palka
2014-09-07 18:37 ` [PATCH] " Patrick Palka
2014-09-16 16:46 ` Pedro Alves
2014-09-07 23:57 ` [PATCH v2] " Sergio Durigan Junior
2014-09-08 0:10 ` Sergio Durigan Junior
2014-09-16 16:54 ` Pedro Alves
2014-09-16 17:05 ` Sergio Durigan Junior
2014-09-16 17:09 ` Pedro Alves
2014-09-17 13:00 ` Patrick Palka
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='CA+C-WL9eL=qt7q8i_QDXOUkVbN0LMqT=sDkYu80nPVzgxO=0Ow@mail.gmail.com' \
--to=patrick@parcs.ath.cx \
--cc=gdb-patches@sourceware.org \
/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